#5B12B6

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

Shades of Purple Heart #5B12B6

Tints of Purple Heart #5B12B6

Color information

#5B12B6 (or 0x5B12B6) is unknown color: approx Purple Heart. HEX triplet: 5B, 12 and B6. RGB value is (91,18,182). Sum of RGB (Red+Green+Blue) = 91+18+182=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 182 (71.48% from 255 or 62.54% from 291); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B12B6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12B6 is #A4ED49. Grayscale: #393939. Windows color (decimal): -10808650 or 11932251. OLE color: 11932251.

HSL color Cylindrical-coordinate representation of color #5B12B6: hue angle of 266.71º 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 #5B12B6 is Cyan = 0.5, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9118182-
CMYK0.50.9000.29
HSL266.71º82%39.22%-
HSV(B)266.71º90.11%71.37%-
XYZ12.976.0344.74-
YUV58.52197.68151.16-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 18 (7.42% from 255) = 6.19%
BLUE value IS 182 (71.48% from 255) = 62.54%
R=31.27%
G=6.19%
B=62.54%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal91181820.50.9000.29266.718239.22
Hex5B12B6325A01D10b5227
Octal133222666213203541312247
Binary1011011100101011011011001010110100111011000010111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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