Shades of Purple Heart #5F0BCD
Tints of Purple Heart #5F0BCD
RGB
CMYK
RGB Variations
Color information
#5F0BCD (or 0x5F0BCD) is known color: Purple Heart. HEX triplet: 5F, 0B and CD. RGB value is (95,11,205). Sum of RGB (Red+Green+Blue) = 95+11+205=311 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.55% from 311); Green value is 11 (4.69% from 255 or 3.54% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F0BCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BCD is #A0F432. Grayscale: #393939. Windows color (decimal): -10548275 or 13437791. OLE color: 13437791.
HSL color Cylindrical-coordinate representation of color #5F0BCD: hue angle of 265.98º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0BCD is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 11 | 205 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.20 |
| HSL | 265.98º | 0.9% | 0.42% | - |
| HSV(B) | 265.98º | 0.95% | 0.8% | - |
| XYZ | 15.86 | 7.08 | 58.29 | - |
| YUV | 58.23 | 210.83 | 154.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 205 | 0.54 | 0.95 | 0 | 0.20 | 265.98 | 0.9 | 0.42 |
| Hex | 5F | B | CD | 36 | 5F | 0 | 14 | 10A | 5A | 2A |
| Octal | 137 | 13 | 315 | 66 | 137 | 0 | 24 | 412 | 132 | 52 |
| Binary | 1011111 | 1011 | 11001101 | 110110 | 1011111 | 0 | 10100 | 100001010 | 1011010 | 101010 |
Color Harmonies of #5F0BCD
Complementary color
Monochromatic Colors of #5F0BCD
Black with #5F0BCD
Text Example
Text Example
White with #5F0BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BCD; }
p { color: rgb(95,11,205); }
H1.HeaderClassName
{
color: #5F0BCD;
}
.AnyTagClassName
{
color: #5F0BCD;
}
</style>
background-color css
<style>
a { background-color: #5F0BCD; }
a { background-color: rgb(95,11,205); }
div.DivClassName
{
background-color: #5F0BCD;
}
.BgClassName
{
background-color: #5F0BCD;
}
</style>
border-color css
<style>
span { border-color: #5F0BCD; }
span { border-color: rgb(95,11,205); }
td.TdClassName
{
border-color: #5F0BCD;
}
.TagClassName
{
border-color: #5F0BCD;
}
</style>