Shades of Purple Heart #5B12CB
Tints of Purple Heart #5B12CB
RGB
CMYK
RGB Variations
Color information
#5B12CB (or 0x5B12CB) is known color: 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
| RGB | 91 | 18 | 203 | - |
| CMYK | 0.55 | 0.91 | 0 | 0.20 |
| HSL | 263.68º | 0.84% | 0.43% | - |
| HSV(B) | 263.68º | 0.91% | 0.8% | - |
| XYZ | 15.31 | 6.97 | 57.04 | - |
| YUV | 60.92 | 208.18 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 18 | 203 | 0.55 | 0.91 | 0 | 0.20 | 263.68 | 0.84 | 0.43 |
| Hex | 5B | 12 | CB | 37 | 5B | 0 | 14 | 108 | 54 | 2B |
| Octal | 133 | 22 | 313 | 67 | 133 | 0 | 24 | 410 | 124 | 53 |
| Binary | 1011011 | 10010 | 11001011 | 110111 | 1011011 | 0 | 10100 | 100001000 | 1010100 | 101011 |
Color Harmonies of #5B12CB
Complementary color
Monochromatic Colors of #5B12CB
Black with #5B12CB
Text Example
Text Example
White with #5B12CB
Text Example
Text Example
HTML Codes & Css Web 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>