Shades of Purple Heart #5F2FDB
Tints of Purple Heart #5F2FDB
RGB
CMYK
RGB Variations
Color information
#5F2FDB (or 0x5F2FDB) is known color: Purple Heart. HEX triplet: 5F, 2F and DB. RGB value is (95,47,219). Sum of RGB (Red+Green+Blue) = 95+47+219=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 47 (18.75% from 255 or 13.02% from 361); Blue value is 219 (85.94% from 255 or 60.66% from 361); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F2FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2FDB is #A0D024. Grayscale: #505050. Windows color (decimal): -10539045 or 14364511. OLE color: 14364511.
HSL color Cylindrical-coordinate representation of color #5F2FDB: hue angle of 256.74º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F2FDB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 47 | 219 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.14 |
| HSL | 256.74º | 0.7% | 0.52% | - |
| HSV(B) | 256.74º | 0.79% | 0.86% | - |
| XYZ | 18.52 | 9.58 | 67.89 | - |
| YUV | 80.96 | 205.9 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 219 | 0.57 | 0.79 | 0 | 0.14 | 256.74 | 0.7 | 0.52 |
| Hex | 5F | 2F | DB | 39 | 4F | 0 | E | 101 | 46 | 34 |
| Octal | 137 | 57 | 333 | 71 | 117 | 0 | 16 | 401 | 106 | 64 |
| Binary | 1011111 | 101111 | 11011011 | 111001 | 1001111 | 0 | 1110 | 100000001 | 1000110 | 110100 |
Color Harmonies of #5F2FDB
Complementary color
Monochromatic Colors of #5F2FDB
Black with #5F2FDB
Text Example
Text Example
White with #5F2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2FDB; }
p { color: rgb(95,47,219); }
H1.HeaderClassName
{
color: #5F2FDB;
}
.AnyTagClassName
{
color: #5F2FDB;
}
</style>
background-color css
<style>
a { background-color: #5F2FDB; }
a { background-color: rgb(95,47,219); }
div.DivClassName
{
background-color: #5F2FDB;
}
.BgClassName
{
background-color: #5F2FDB;
}
</style>
border-color css
<style>
span { border-color: #5F2FDB; }
span { border-color: rgb(95,47,219); }
td.TdClassName
{
border-color: #5F2FDB;
}
.TagClassName
{
border-color: #5F2FDB;
}
</style>