Shades of Purple Heart #5F0EB2
Tints of Purple Heart #5F0EB2
RGB
CMYK
RGB Variations
Color information
#5F0EB2 (or 0x5F0EB2) is known color: Purple Heart. HEX triplet: 5F, 0E and B2. RGB value is (95,14,178). Sum of RGB (Red+Green+Blue) = 95+14+178=287 (38% of max value = 765). Red value is 95 (37.5% from 255 or 33.10% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 178 (69.92% from 255 or 62.02% from 287); Max value from RGB is 178 - color contains mainly: blue. Hex color #5F0EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5F0EB2 is #A0F14D. Grayscale: #383838. Windows color (decimal): -10547534 or 11669087. OLE color: 11669087.
HSL color Cylindrical-coordinate representation of color #5F0EB2: hue angle of 269.63º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5F0EB2 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 14 | 178 | - |
| CMYK | 0.47 | 0.92 | 0 | 0.30 |
| HSL | 269.63º | 0.85% | 0.38% | - |
| HSV(B) | 269.63º | 0.92% | 0.7% | - |
| XYZ | 12.91 | 5.96 | 42.59 | - |
| YUV | 56.92 | 196.34 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 14 | 178 | 0.47 | 0.92 | 0 | 0.30 | 269.63 | 0.85 | 0.38 |
| Hex | 5F | E | B2 | 2F | 5C | 0 | 1E | 10E | 55 | 26 |
| Octal | 137 | 16 | 262 | 57 | 134 | 0 | 36 | 416 | 125 | 46 |
| Binary | 1011111 | 1110 | 10110010 | 101111 | 1011100 | 0 | 11110 | 100001110 | 1010101 | 100110 |
Color Harmonies of #5F0EB2
Complementary color
Monochromatic Colors of #5F0EB2
Black with #5F0EB2
Text Example
Text Example
White with #5F0EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0EB2; }
p { color: rgb(95,14,178); }
H1.HeaderClassName
{
color: #5F0EB2;
}
.AnyTagClassName
{
color: #5F0EB2;
}
</style>
background-color css
<style>
a { background-color: #5F0EB2; }
a { background-color: rgb(95,14,178); }
div.DivClassName
{
background-color: #5F0EB2;
}
.BgClassName
{
background-color: #5F0EB2;
}
</style>
border-color css
<style>
span { border-color: #5F0EB2; }
span { border-color: rgb(95,14,178); }
td.TdClassName
{
border-color: #5F0EB2;
}
.TagClassName
{
border-color: #5F0EB2;
}
</style>