Shades of Purple Heart #5F0BBC
Tints of Purple Heart #5F0BBC
RGB
CMYK
RGB Variations
Color information
#5F0BBC (or 0x5F0BBC) is known color: Purple Heart. HEX triplet: 5F, 0B and BC. RGB value is (95,11,188). Sum of RGB (Red+Green+Blue) = 95+11+188=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 11 (4.69% from 255 or 3.74% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F0BBC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BBC is #A0F443. Grayscale: #373737. Windows color (decimal): -10548292 or 12323679. OLE color: 12323679.
HSL color Cylindrical-coordinate representation of color #5F0BBC: hue angle of 268.47º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0BBC is Cyan = 0.49, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 11 | 188 | - |
| CMYK | 0.49 | 0.94 | 0 | 0.26 |
| HSL | 268.47º | 0.89% | 0.39% | - |
| HSV(B) | 268.47º | 0.94% | 0.74% | - |
| XYZ | 13.92 | 6.3 | 48.06 | - |
| YUV | 56.29 | 202.33 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 188 | 0.49 | 0.94 | 0 | 0.26 | 268.47 | 0.89 | 0.39 |
| Hex | 5F | B | BC | 31 | 5E | 0 | 1A | 10C | 59 | 27 |
| Octal | 137 | 13 | 274 | 61 | 136 | 0 | 32 | 414 | 131 | 47 |
| Binary | 1011111 | 1011 | 10111100 | 110001 | 1011110 | 0 | 11010 | 100001100 | 1011001 | 100111 |
Color Harmonies of #5F0BBC
Complementary color
Monochromatic Colors of #5F0BBC
Black with #5F0BBC
Text Example
Text Example
White with #5F0BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BBC; }
p { color: rgb(95,11,188); }
H1.HeaderClassName
{
color: #5F0BBC;
}
.AnyTagClassName
{
color: #5F0BBC;
}
</style>
background-color css
<style>
a { background-color: #5F0BBC; }
a { background-color: rgb(95,11,188); }
div.DivClassName
{
background-color: #5F0BBC;
}
.BgClassName
{
background-color: #5F0BBC;
}
</style>
border-color css
<style>
span { border-color: #5F0BBC; }
span { border-color: rgb(95,11,188); }
td.TdClassName
{
border-color: #5F0BBC;
}
.TagClassName
{
border-color: #5F0BBC;
}
</style>