Shades of Purple Heart #5F0CBB
Tints of Purple Heart #5F0CBB
RGB
CMYK
RGB Variations
Color information
#5F0CBB (or 0x5F0CBB) is known color: Purple Heart. HEX triplet: 5F, 0C and BB. RGB value is (95,12,187). Sum of RGB (Red+Green+Blue) = 95+12+187=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 12 (5.08% from 255 or 4.08% from 294); Blue value is 187 (73.44% from 255 or 63.61% from 294); Max value from RGB is 187 - color contains mainly: blue. Hex color #5F0CBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0CBB is #A0F344. Grayscale: #383838. Windows color (decimal): -10548037 or 12258399. OLE color: 12258399.
HSL color Cylindrical-coordinate representation of color #5F0CBB: hue angle of 268.46º 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 #5F0CBB is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 12 | 187 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.27 |
| HSL | 268.46º | 0.88% | 0.39% | - |
| HSV(B) | 268.46º | 0.94% | 0.73% | - |
| XYZ | 13.82 | 6.28 | 47.5 | - |
| YUV | 56.77 | 201.5 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 12 | 187 | 0.49 | 0.94 | 0 | 0.27 | 268.46 | 0.88 | 0.39 |
| Hex | 5F | C | BB | 31 | 5E | 0 | 1B | 10C | 58 | 27 |
| Octal | 137 | 14 | 273 | 61 | 136 | 0 | 33 | 414 | 130 | 47 |
| Binary | 1011111 | 1100 | 10111011 | 110001 | 1011110 | 0 | 11011 | 100001100 | 1011000 | 100111 |
Color Harmonies of #5F0CBB
Complementary color
Monochromatic Colors of #5F0CBB
Black with #5F0CBB
Text Example
Text Example
White with #5F0CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0CBB; }
p { color: rgb(95,12,187); }
H1.HeaderClassName
{
color: #5F0CBB;
}
.AnyTagClassName
{
color: #5F0CBB;
}
</style>
background-color css
<style>
a { background-color: #5F0CBB; }
a { background-color: rgb(95,12,187); }
div.DivClassName
{
background-color: #5F0CBB;
}
.BgClassName
{
background-color: #5F0CBB;
}
</style>
border-color css
<style>
span { border-color: #5F0CBB; }
span { border-color: rgb(95,12,187); }
td.TdClassName
{
border-color: #5F0CBB;
}
.TagClassName
{
border-color: #5F0CBB;
}
</style>