Shades of Purple Heart #5B0CBB
Tints of Purple Heart #5B0CBB
RGB
CMYK
RGB Variations
Color information
#5B0CBB (or 0x5B0CBB) is known color: Purple Heart. HEX triplet: 5B, 0C and BB. RGB value is (91,12,187). Sum of RGB (Red+Green+Blue) = 91+12+187=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 187 (73.44% from 255 or 64.48% from 290); Max value from RGB is 187 - color contains mainly: blue. Hex color #5B0CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CBB is #A4F344. Grayscale: #363636. Windows color (decimal): -10810181 or 12258395. OLE color: 12258395.
HSL color Cylindrical-coordinate representation of color #5B0CBB: hue angle of 267.09º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0CBB is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 12 | 187 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.27 |
| HSL | 267.09º | 0.88% | 0.39% | - |
| HSV(B) | 267.09º | 0.94% | 0.73% | - |
| XYZ | 13.42 | 6.07 | 47.48 | - |
| YUV | 55.57 | 202.17 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 187 | 0.51 | 0.94 | 0 | 0.27 | 267.09 | 0.88 | 0.39 |
| Hex | 5B | C | BB | 33 | 5E | 0 | 1B | 10B | 58 | 27 |
| Octal | 133 | 14 | 273 | 63 | 136 | 0 | 33 | 413 | 130 | 47 |
| Binary | 1011011 | 1100 | 10111011 | 110011 | 1011110 | 0 | 11011 | 100001011 | 1011000 | 100111 |
Color Harmonies of #5B0CBB
Complementary color
Monochromatic Colors of #5B0CBB
Black with #5B0CBB
Text Example
Text Example
White with #5B0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0CBB; }
p { color: rgb(91,12,187); }
H1.HeaderClassName
{
color: #5B0CBB;
}
.AnyTagClassName
{
color: #5B0CBB;
}
</style>
background-color css
<style>
a { background-color: #5B0CBB; }
a { background-color: rgb(91,12,187); }
div.DivClassName
{
background-color: #5B0CBB;
}
.BgClassName
{
background-color: #5B0CBB;
}
</style>
border-color css
<style>
span { border-color: #5B0CBB; }
span { border-color: rgb(91,12,187); }
td.TdClassName
{
border-color: #5B0CBB;
}
.TagClassName
{
border-color: #5B0CBB;
}
</style>