#7812BF

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

Shades of Purple Heart #7812BF

Tints of Purple Heart #7812BF

Color information

#7812BF (or 0x7812BF) is unknown color: approx Purple Heart. HEX triplet: 78, 12 and BF. RGB value is (120,18,191). Sum of RGB (Red+Green+Blue) = 120+18+191=329 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.47% from 329); Green value is 18 (7.42% from 255 or 5.47% from 329); Blue value is 191 (75% from 255 or 58.05% from 329); Max value from RGB is 191 - color contains mainly: blue. Hex color #7812BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7812BF is #87ED40. Grayscale: #434343. Windows color (decimal): -8908097 or 12522104. OLE color: 12522104.

HSL color Cylindrical-coordinate representation of color #7812BF: hue angle of 275.38º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7812BF is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12018191-
CMYK0.370.9100.25
HSL275.38º82.78%40.98%-
HSV(B)275.38º90.58%74.9%-
XYZ17.378.1949.96-
YUV68.22197.29164.93-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.47%
GREEN value IS 18 (7.42% from 255) = 5.47%
BLUE value IS 191 (75% from 255) = 58.05%
R=36.47%
G=5.47%
B=58.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal120181910.370.9100.25275.3882.7840.98
Hex7812BF255B0191135329
Octal170222774513303142312351
Binary1111000100101011111110010110110110110011000100111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7812BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7812BF; }

 p { color: rgb(120,18,191); }

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

<style>
 a { background-color: #7812BF; }

 a { background-color: rgb(120,18,191); }

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

<style>
 span { border-color: #7812BF; }

 span { border-color: rgb(120,18,191); }

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