Shades of Purple Heart #5F0BCB
Tints of Purple Heart #5F0BCB
RGB
CMYK
RGB Variations
Color information
#5F0BCB (or 0x5F0BCB) is known color: Purple Heart. HEX triplet: 5F, 0B and CB. RGB value is (95,11,203). Sum of RGB (Red+Green+Blue) = 95+11+203=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 11 (4.69% from 255 or 3.56% from 309); Blue value is 203 (79.69% from 255 or 65.70% from 309); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F0BCB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0BCB is #A0F434. Grayscale: #393939. Windows color (decimal): -10548277 or 13306719. OLE color: 13306719.
HSL color Cylindrical-coordinate representation of color #5F0BCB: hue angle of 266.25º 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 #5F0BCB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 11 | 203 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.20 |
| HSL | 266.25º | 0.9% | 0.42% | - |
| HSV(B) | 266.25º | 0.95% | 0.8% | - |
| XYZ | 15.62 | 6.98 | 57.02 | - |
| YUV | 58 | 209.83 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 11 | 203 | 0.53 | 0.95 | 0 | 0.20 | 266.25 | 0.9 | 0.42 |
| Hex | 5F | B | CB | 35 | 5F | 0 | 14 | 10A | 5A | 2A |
| Octal | 137 | 13 | 313 | 65 | 137 | 0 | 24 | 412 | 132 | 52 |
| Binary | 1011111 | 1011 | 11001011 | 110101 | 1011111 | 0 | 10100 | 100001010 | 1011010 | 101010 |
Color Harmonies of #5F0BCB
Complementary color
Monochromatic Colors of #5F0BCB
Black with #5F0BCB
Text Example
Text Example
White with #5F0BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0BCB; }
p { color: rgb(95,11,203); }
H1.HeaderClassName
{
color: #5F0BCB;
}
.AnyTagClassName
{
color: #5F0BCB;
}
</style>
background-color css
<style>
a { background-color: #5F0BCB; }
a { background-color: rgb(95,11,203); }
div.DivClassName
{
background-color: #5F0BCB;
}
.BgClassName
{
background-color: #5F0BCB;
}
</style>
border-color css
<style>
span { border-color: #5F0BCB; }
span { border-color: rgb(95,11,203); }
td.TdClassName
{
border-color: #5F0BCB;
}
.TagClassName
{
border-color: #5F0BCB;
}
</style>