#5B12CB

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

Shades of Purple Heart #5B12CB

Tints of Purple Heart #5B12CB

Color information

#5B12CB (or 0x5B12CB) is unknown color: approx Purple Heart. HEX triplet: 5B, 12 and CB. RGB value is (91,18,203). Sum of RGB (Red+Green+Blue) = 91+18+203=312 (41% of max value = 765). Red value is 91 (35.94% from 255 or 29.17% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 203 (79.69% from 255 or 65.06% from 312); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B12CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B12CB is #A4ED34. Grayscale: #3C3C3C. Windows color (decimal): -10808629 or 13308507. OLE color: 13308507.

HSL color Cylindrical-coordinate representation of color #5B12CB: hue angle of 263.68º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B12CB is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9118203-
CMYK0.550.9100.20
HSL263.68º83.71%43.33%-
HSV(B)263.68º91.13%79.61%-
XYZ15.316.9757.04-
YUV60.92208.18149.46-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.17%
GREEN value IS 18 (7.42% from 255) = 5.77%
BLUE value IS 203 (79.69% from 255) = 65.06%
R=29.17%
G=5.77%
B=65.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal91182030.550.9100.20263.6883.7143.33
Hex5B12CB375B014108542b
Octal133223136713302441012453
Binary1011011100101100101111011110110110101001000010001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B12CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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