Shades of Purple Heart #5F2FDE
Tints of Purple Heart #5F2FDE
RGB
CMYK
RGB Variations
Color information
#5F2FDE (or 0x5F2FDE) is known color: Purple Heart. HEX triplet: 5F, 2F and DE. RGB value is (95,47,222). Sum of RGB (Red+Green+Blue) = 95+47+222=364 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.10% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 222 (87.11% from 255 or 60.99% from 364); Max value from RGB is 222 - color contains mainly: blue. Hex color #5F2FDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F2FDE is #A0D021. Grayscale: #505050. Windows color (decimal): -10539042 or 14561119. OLE color: 14561119.
HSL color Cylindrical-coordinate representation of color #5F2FDE: hue angle of 256.46º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F2FDE is Cyan = 0.57, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 95 | 47 | 222 | - |
| CMYK | 0.57 | 0.79 | 0 | 0.13 |
| HSL | 256.46º | 0.73% | 0.53% | - |
| HSV(B) | 256.46º | 0.79% | 0.87% | - |
| XYZ | 18.92 | 9.74 | 69.99 | - |
| YUV | 81.3 | 207.4 | 137.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 222 | 0.57 | 0.79 | 0 | 0.13 | 256.46 | 0.73 | 0.53 |
| Hex | 5F | 2F | DE | 39 | 4F | 0 | D | 100 | 49 | 35 |
| Octal | 137 | 57 | 336 | 71 | 117 | 0 | 15 | 400 | 111 | 65 |
| Binary | 1011111 | 101111 | 11011110 | 111001 | 1001111 | 0 | 1101 | 100000000 | 1001001 | 110101 |
Color Harmonies of #5F2FDE
Complementary color
Monochromatic Colors of #5F2FDE
Black with #5F2FDE
Text Example
Text Example
White with #5F2FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2FDE; }
p { color: rgb(95,47,222); }
H1.HeaderClassName
{
color: #5F2FDE;
}
.AnyTagClassName
{
color: #5F2FDE;
}
</style>
background-color css
<style>
a { background-color: #5F2FDE; }
a { background-color: rgb(95,47,222); }
div.DivClassName
{
background-color: #5F2FDE;
}
.BgClassName
{
background-color: #5F2FDE;
}
</style>
border-color css
<style>
span { border-color: #5F2FDE; }
span { border-color: rgb(95,47,222); }
td.TdClassName
{
border-color: #5F2FDE;
}
.TagClassName
{
border-color: #5F2FDE;
}
</style>