#7F20B6

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

Shades of Purple Heart #7F20B6

Tints of Purple Heart #7F20B6

Color information

#7F20B6 (or 0x7F20B6) is unknown color: approx Purple Heart. HEX triplet: 7F, 20 and B6. RGB value is (127,32,182). Sum of RGB (Red+Green+Blue) = 127+32+182=341 (45% of max value = 765). Red value is 127 (50% from 255 or 37.24% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 182 (71.48% from 255 or 53.37% from 341); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F20B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20B6 is #80DF49. Grayscale: #4D4D4D. Windows color (decimal): -8445770 or 11935871. OLE color: 11935871.

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

Color convert

RGB12732182-
CMYK0.300.8200.29
HSL278º70.09%41.96%-
HSV(B)278º82.42%71.37%-
XYZ17.718.9245.04-
YUV77.5186.97163.3-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.24%
GREEN value IS 32 (12.89% from 255) = 9.38%
BLUE value IS 182 (71.48% from 255) = 53.37%
R=37.24%
G=9.38%
B=53.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127321820.300.8200.2927870.0941.96
Hex7F20B61E5201D116462a
Octal177402663612203542610652
Binary1111111100000101101101111010100100111011000101101000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F20B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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