Shades of Purple Heart #5F2DDB
Tints of Purple Heart #5F2DDB
RGB
CMYK
RGB Variations
Color information
#5F2DDB (or 0x5F2DDB) is known color: Purple Heart. HEX triplet: 5F, 2D and DB. RGB value is (95,45,219). Sum of RGB (Red+Green+Blue) = 95+45+219=359 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.46% from 359); Green value is 45 (17.97% from 255 or 12.53% from 359); Blue value is 219 (85.94% from 255 or 61.00% from 359); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F2DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2DDB is #A0D224. Grayscale: #4F4F4F. Windows color (decimal): -10539557 or 14363999. OLE color: 14363999.
HSL color Cylindrical-coordinate representation of color #5F2DDB: hue angle of 257.24º degrees, saturation: 0.71, 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 #5F2DDB is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 45 | 219 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.14 |
| HSL | 257.24º | 0.71% | 0.52% | - |
| HSV(B) | 257.24º | 0.79% | 0.86% | - |
| XYZ | 18.44 | 9.42 | 67.86 | - |
| YUV | 79.79 | 206.57 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 45 | 219 | 0.57 | 0.79 | 0 | 0.14 | 257.24 | 0.71 | 0.52 |
| Hex | 5F | 2D | DB | 39 | 4F | 0 | E | 101 | 47 | 34 |
| Octal | 137 | 55 | 333 | 71 | 117 | 0 | 16 | 401 | 107 | 64 |
| Binary | 1011111 | 101101 | 11011011 | 111001 | 1001111 | 0 | 1110 | 100000001 | 1000111 | 110100 |
Color Harmonies of #5F2DDB
Complementary color
Monochromatic Colors of #5F2DDB
Black with #5F2DDB
Text Example
Text Example
White with #5F2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2DDB; }
p { color: rgb(95,45,219); }
H1.HeaderClassName
{
color: #5F2DDB;
}
.AnyTagClassName
{
color: #5F2DDB;
}
</style>
background-color css
<style>
a { background-color: #5F2DDB; }
a { background-color: rgb(95,45,219); }
div.DivClassName
{
background-color: #5F2DDB;
}
.BgClassName
{
background-color: #5F2DDB;
}
</style>
border-color css
<style>
span { border-color: #5F2DDB; }
span { border-color: rgb(95,45,219); }
td.TdClassName
{
border-color: #5F2DDB;
}
.TagClassName
{
border-color: #5F2DDB;
}
</style>