Shades of Purple Heart #5F0AC2
Tints of Purple Heart #5F0AC2
RGB
CMYK
RGB Variations
Color information
#5F0AC2 (or 0x5F0AC2) is known color: Purple Heart. HEX triplet: 5F, 0A and C2. RGB value is (95,10,194). Sum of RGB (Red+Green+Blue) = 95+10+194=299 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.77% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 194 (76.17% from 255 or 64.88% from 299); Max value from RGB is 194 - color contains mainly: blue. Hex color #5F0AC2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0AC2 is #A0F53D. Grayscale: #373737. Windows color (decimal): -10548542 or 12716639. OLE color: 12716639.
HSL color Cylindrical-coordinate representation of color #5F0AC2: hue angle of 267.72º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0AC2 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 95 | 10 | 194 | - |
| CMYK | 0.51 | 0.95 | 0 | 0.24 |
| HSL | 267.72º | 0.9% | 0.4% | - |
| HSV(B) | 267.72º | 0.95% | 0.76% | - |
| XYZ | 14.57 | 6.55 | 51.53 | - |
| YUV | 56.39 | 205.66 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 194 | 0.51 | 0.95 | 0 | 0.24 | 267.72 | 0.9 | 0.4 |
| Hex | 5F | A | C2 | 33 | 5F | 0 | 18 | 10C | 5A | 28 |
| Octal | 137 | 12 | 302 | 63 | 137 | 0 | 30 | 414 | 132 | 50 |
| Binary | 1011111 | 1010 | 11000010 | 110011 | 1011111 | 0 | 11000 | 100001100 | 1011010 | 101000 |
Color Harmonies of #5F0AC2
Complementary color
Monochromatic Colors of #5F0AC2
Black with #5F0AC2
Text Example
Text Example
White with #5F0AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0AC2; }
p { color: rgb(95,10,194); }
H1.HeaderClassName
{
color: #5F0AC2;
}
.AnyTagClassName
{
color: #5F0AC2;
}
</style>
background-color css
<style>
a { background-color: #5F0AC2; }
a { background-color: rgb(95,10,194); }
div.DivClassName
{
background-color: #5F0AC2;
}
.BgClassName
{
background-color: #5F0AC2;
}
</style>
border-color css
<style>
span { border-color: #5F0AC2; }
span { border-color: rgb(95,10,194); }
td.TdClassName
{
border-color: #5F0AC2;
}
.TagClassName
{
border-color: #5F0AC2;
}
</style>