Shades of Purple Heart #5F29DC
Tints of Purple Heart #5F29DC
RGB
CMYK
RGB Variations
Color information
#5F29DC (or 0x5F29DC) is known color: Purple Heart. HEX triplet: 5F, 29 and DC. RGB value is (95,41,220). Sum of RGB (Red+Green+Blue) = 95+41+220=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 41 (16.41% from 255 or 11.52% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #5F29DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F29DC is #A0D623. Grayscale: #4C4C4C. Windows color (decimal): -10540580 or 14428511. OLE color: 14428511.
HSL color Cylindrical-coordinate representation of color #5F29DC: hue angle of 258.1º degrees, saturation: 0.72, 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 #5F29DC is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 41 | 220 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.14 |
| HSL | 258.1º | 0.72% | 0.51% | - |
| HSV(B) | 258.1º | 0.81% | 0.86% | - |
| XYZ | 18.43 | 9.19 | 68.51 | - |
| YUV | 77.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 41 | 220 | 0.57 | 0.81 | 0 | 0.14 | 258.1 | 0.72 | 0.51 |
| Hex | 5F | 29 | DC | 39 | 51 | 0 | E | 102 | 48 | 33 |
| Octal | 137 | 51 | 334 | 71 | 121 | 0 | 16 | 402 | 110 | 63 |
| Binary | 1011111 | 101001 | 11011100 | 111001 | 1010001 | 0 | 1110 | 100000010 | 1001000 | 110011 |
Color Harmonies of #5F29DC
Complementary color
Monochromatic Colors of #5F29DC
Black with #5F29DC
Text Example
Text Example
White with #5F29DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F29DC; }
p { color: rgb(95,41,220); }
H1.HeaderClassName
{
color: #5F29DC;
}
.AnyTagClassName
{
color: #5F29DC;
}
</style>
background-color css
<style>
a { background-color: #5F29DC; }
a { background-color: rgb(95,41,220); }
div.DivClassName
{
background-color: #5F29DC;
}
.BgClassName
{
background-color: #5F29DC;
}
</style>
border-color css
<style>
span { border-color: #5F29DC; }
span { border-color: rgb(95,41,220); }
td.TdClassName
{
border-color: #5F29DC;
}
.TagClassName
{
border-color: #5F29DC;
}
</style>