Shades of Purple Heart #5B0CBA
Tints of Purple Heart #5B0CBA
RGB
CMYK
RGB Variations
Color information
#5B0CBA (or 0x5B0CBA) is known color: Purple Heart. HEX triplet: 5B, 0C and BA. RGB value is (91,12,186). Sum of RGB (Red+Green+Blue) = 91+12+186=289 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.49% from 289); Green value is 12 (5.08% from 255 or 4.15% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B0CBA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CBA is #A4F345. Grayscale: #363636. Windows color (decimal): -10810182 or 12192859. OLE color: 12192859.
HSL color Cylindrical-coordinate representation of color #5B0CBA: hue angle of 267.24º 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 #5B0CBA is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 12 | 186 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.27 |
| HSL | 267.24º | 0.88% | 0.39% | - |
| HSV(B) | 267.24º | 0.94% | 0.73% | - |
| XYZ | 13.31 | 6.03 | 46.92 | - |
| YUV | 55.46 | 201.67 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 12 | 186 | 0.51 | 0.94 | 0 | 0.27 | 267.24 | 0.88 | 0.39 |
| Hex | 5B | C | BA | 33 | 5E | 0 | 1B | 10B | 58 | 27 |
| Octal | 133 | 14 | 272 | 63 | 136 | 0 | 33 | 413 | 130 | 47 |
| Binary | 1011011 | 1100 | 10111010 | 110011 | 1011110 | 0 | 11011 | 100001011 | 1011000 | 100111 |
Color Harmonies of #5B0CBA
Complementary color
Monochromatic Colors of #5B0CBA
Black with #5B0CBA
Text Example
Text Example
White with #5B0CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0CBA; }
p { color: rgb(91,12,186); }
H1.HeaderClassName
{
color: #5B0CBA;
}
.AnyTagClassName
{
color: #5B0CBA;
}
</style>
background-color css
<style>
a { background-color: #5B0CBA; }
a { background-color: rgb(91,12,186); }
div.DivClassName
{
background-color: #5B0CBA;
}
.BgClassName
{
background-color: #5B0CBA;
}
</style>
border-color css
<style>
span { border-color: #5B0CBA; }
span { border-color: rgb(91,12,186); }
td.TdClassName
{
border-color: #5B0CBA;
}
.TagClassName
{
border-color: #5B0CBA;
}
</style>