#7814B6

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

Shades of Purple Heart #7814B6

Tints of Purple Heart #7814B6

Color information

#7814B6 (or 0x7814B6) is unknown color: approx Purple Heart. HEX triplet: 78, 14 and B6. RGB value is (120,20,182). Sum of RGB (Red+Green+Blue) = 120+20+182=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 182 (71.48% from 255 or 56.52% from 322); Max value from RGB is 182 - color contains mainly: blue. Hex color #7814B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7814B6 is #87EB49. Grayscale: #434343. Windows color (decimal): -8907594 or 11932792. OLE color: 11932792.

HSL color Cylindrical-coordinate representation of color #7814B6: hue angle of 277.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7814B6 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12020182-
CMYK0.340.8900.29
HSL277.04º80.2%39.61%-
HSV(B)277.04º89.01%71.37%-
XYZ16.447.8744.91-
YUV68.37192.13164.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.27%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 182 (71.48% from 255) = 56.52%
R=37.27%
G=6.21%
B=56.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal120201820.340.8900.29277.0480.239.61
Hex7814B6225901D1155028
Octal170242664213103542512050
Binary1111000101001011011010001010110010111011000101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7814B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7814B6; }

 p { color: rgb(120,20,182); }

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

<style>
 a { background-color: #7814B6; }

 a { background-color: rgb(120,20,182); }

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

<style>
 span { border-color: #7814B6; }

 span { border-color: rgb(120,20,182); }

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