#5A12B6

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

Shades of Purple Heart #5A12B6

Tints of Purple Heart #5A12B6

Color information

#5A12B6 (or 0x5A12B6) is unknown color: approx Purple Heart. HEX triplet: 5A, 12 and B6. RGB value is (90,18,182). Sum of RGB (Red+Green+Blue) = 90+18+182=290 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.03% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 182 (71.48% from 255 or 62.76% from 290); Max value from RGB is 182 - color contains mainly: blue. Hex color #5A12B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A12B6 is #A5ED49. Grayscale: #393939. Windows color (decimal): -10874186 or 11932250. OLE color: 11932250.

HSL color Cylindrical-coordinate representation of color #5A12B6: hue angle of 266.34º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A12B6 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9018182-
CMYK0.510.9000.29
HSL266.34º82%39.22%-
HSV(B)266.34º90.11%71.37%-
XYZ12.885.9844.73-
YUV58.22197.85150.66-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.03%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 182 (71.48% from 255) = 62.76%
R=31.03%
G=6.21%
B=62.76%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal90181820.510.9000.29266.348239.22
Hex5A12B6335A01D10a5227
Octal132222666313203541212247
Binary1011010100101011011011001110110100111011000010101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A12B6; }

 p { color: rgb(90,18,182); }

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

<style>
 a { background-color: #5A12B6; }

 a { background-color: rgb(90,18,182); }

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

<style>
 span { border-color: #5A12B6; }

 span { border-color: rgb(90,18,182); }

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