#7F22B6

Color #7F22B6 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7F22B6

Tints of Purple Heart #7F22B6

Color information

#7F22B6 (or 0x7F22B6) is unknown color: approx Purple Heart. HEX triplet: 7F, 22 and B6. RGB value is (127,34,182). Sum of RGB (Red+Green+Blue) = 127+34+182=343 (45% of max value = 765). Red value is 127 (50% from 255 or 37.03% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 182 (71.48% from 255 or 53.06% from 343); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F22B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F22B6 is #80DD49. Grayscale: #4E4E4E. Windows color (decimal): -8445258 or 11936383. OLE color: 11936383.

HSL color Cylindrical-coordinate representation of color #7F22B6: hue angle of 277.7º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F22B6 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12734182-
CMYK0.300.8100.29
HSL277.7º68.52%42.35%-
HSV(B)277.7º81.32%71.37%-
XYZ17.779.0345.06-
YUV78.68186.31162.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 37.03%
GREEN value IS 34 (13.67% from 255) = 9.91%
BLUE value IS 182 (71.48% from 255) = 53.06%
R=37.03%
G=9.91%
B=53.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127341820.300.8100.29277.768.5242.35
Hex7F22B61E5101D116452a
Octal177422663612103542610552
Binary1111111100010101101101111010100010111011000101101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F22B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F22B6; }

 p { color: rgb(127,34,182); }

 H1.HeaderClassName
 {
   color: #7F22B6;
 }
 .AnyTagClassName
 {
   color: #7F22B6;
 }
</style>
background-color css

<style>
 a { background-color: #7F22B6; }

 a { background-color: rgb(127,34,182); }

 div.DivClassName
 {
   background-color: #7F22B6;
 }
 .BgClassName
 {
   background-color: #7F22B6;
 }
</style>
border-color css

<style>
 span { border-color: #7F22B6; }

 span { border-color: rgb(127,34,182); }

 td.TdClassName
 {
   border-color: #7F22B6;
 }
 .TagClassName
 {
   border-color: #7F22B6;
 }
</style>