Shades of Purple Heart #5F29DB
Tints of Purple Heart #5F29DB
RGB
CMYK
RGB Variations
Color information
#5F29DB (or 0x5F29DB) is known color: Purple Heart. HEX triplet: 5F, 29 and DB. RGB value is (95,41,219). Sum of RGB (Red+Green+Blue) = 95+41+219=355 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.76% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F29DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F29DB is #A0D624. Grayscale: #4C4C4C. Windows color (decimal): -10540581 or 14362975. OLE color: 14362975.
HSL color Cylindrical-coordinate representation of color #5F29DB: hue angle of 258.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F29DB is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 41 | 219 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.14 |
| HSL | 258.2º | 0.71% | 0.51% | - |
| HSV(B) | 258.2º | 0.81% | 0.86% | - |
| XYZ | 18.3 | 9.13 | 67.82 | - |
| YUV | 77.44 | 207.89 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 219 | 0.57 | 0.81 | 0 | 0.14 | 258.2 | 0.71 | 0.51 |
| Hex | 5F | 29 | DB | 39 | 51 | 0 | E | 102 | 47 | 33 |
| Octal | 137 | 51 | 333 | 71 | 121 | 0 | 16 | 402 | 107 | 63 |
| Binary | 1011111 | 101001 | 11011011 | 111001 | 1010001 | 0 | 1110 | 100000010 | 1000111 | 110011 |
Color Harmonies of #5F29DB
Complementary color
Monochromatic Colors of #5F29DB
Black with #5F29DB
Text Example
Text Example
White with #5F29DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F29DB; }
p { color: rgb(95,41,219); }
H1.HeaderClassName
{
color: #5F29DB;
}
.AnyTagClassName
{
color: #5F29DB;
}
</style>
background-color css
<style>
a { background-color: #5F29DB; }
a { background-color: rgb(95,41,219); }
div.DivClassName
{
background-color: #5F29DB;
}
.BgClassName
{
background-color: #5F29DB;
}
</style>
border-color css
<style>
span { border-color: #5F29DB; }
span { border-color: rgb(95,41,219); }
td.TdClassName
{
border-color: #5F29DB;
}
.TagClassName
{
border-color: #5F29DB;
}
</style>