#7814BC

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

Shades of Purple Heart #7814BC

Tints of Purple Heart #7814BC

Color information

#7814BC (or 0x7814BC) is unknown color: approx Purple Heart. HEX triplet: 78, 14 and BC. RGB value is (120,20,188). Sum of RGB (Red+Green+Blue) = 120+20+188=328 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.59% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #7814BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7814BC is #87EB43. Grayscale: #444444. Windows color (decimal): -8907588 or 12326008. OLE color: 12326008.

HSL color Cylindrical-coordinate representation of color #7814BC: hue angle of 275.71º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7814BC is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12020188-
CMYK0.360.8900.26
HSL275.71º80.77%40.78%-
HSV(B)275.71º89.36%73.73%-
XYZ17.078.1248.25-
YUV69.05195.13164.34-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.59%
GREEN value IS 20 (8.20% from 255) = 6.10%
BLUE value IS 188 (73.83% from 255) = 57.32%
R=36.59%
G=6.10%
B=57.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120201880.360.8900.26275.7180.7740.78
Hex7814BC245901A1145129
Octal170242744413103242412151
Binary1111000101001011110010010010110010110101000101001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7814BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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