Shades of Purple Heart #5F0BC9
Tints of Purple Heart #5F0BC9
RGB
CMYK
RGB Variations
Color information
#5F0BC9 (or 0x5F0BC9) is known color: Purple Heart. HEX triplet: 5F, 0B and C9. RGB value is (95,11,201). Sum of RGB (Red+Green+Blue) = 95+11+201=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 11 (4.69% from 255 or 3.58% from 307); Blue value is 201 (78.91% from 255 or 65.47% from 307); Max value from RGB is 201 - color contains mainly: blue. Hex color #5F0BC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BC9 is #A0F436. Grayscale: #393939. Windows color (decimal): -10548279 or 13175647. OLE color: 13175647.
HSL color Cylindrical-coordinate representation of color #5F0BC9: hue angle of 266.53º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BC9 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 95 | 11 | 201 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.21 |
| HSL | 266.53º | 0.9% | 0.42% | - |
| HSV(B) | 266.53º | 0.95% | 0.79% | - |
| XYZ | 15.38 | 6.89 | 55.78 | - |
| YUV | 57.78 | 208.83 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 201 | 0.53 | 0.95 | 0 | 0.21 | 266.53 | 0.9 | 0.42 |
| Hex | 5F | B | C9 | 35 | 5F | 0 | 15 | 10B | 5A | 2A |
| Octal | 137 | 13 | 311 | 65 | 137 | 0 | 25 | 413 | 132 | 52 |
| Binary | 1011111 | 1011 | 11001001 | 110101 | 1011111 | 0 | 10101 | 100001011 | 1011010 | 101010 |
Color Harmonies of #5F0BC9
Complementary color
Monochromatic Colors of #5F0BC9
Black with #5F0BC9
Text Example
Text Example
White with #5F0BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BC9; }
p { color: rgb(95,11,201); }
H1.HeaderClassName
{
color: #5F0BC9;
}
.AnyTagClassName
{
color: #5F0BC9;
}
</style>
background-color css
<style>
a { background-color: #5F0BC9; }
a { background-color: rgb(95,11,201); }
div.DivClassName
{
background-color: #5F0BC9;
}
.BgClassName
{
background-color: #5F0BC9;
}
</style>
border-color css
<style>
span { border-color: #5F0BC9; }
span { border-color: rgb(95,11,201); }
td.TdClassName
{
border-color: #5F0BC9;
}
.TagClassName
{
border-color: #5F0BC9;
}
</style>