Shades of Purple Heart #5F0ABC
Tints of Purple Heart #5F0ABC
RGB
CMYK
RGB Variations
Color information
#5F0ABC (or 0x5F0ABC) is known color: Purple Heart. HEX triplet: 5F, 0A and BC. RGB value is (95,10,188). Sum of RGB (Red+Green+Blue) = 95+10+188=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 188 (73.83% from 255 or 64.16% from 293); Max value from RGB is 188 - color contains mainly: blue. Hex color #5F0ABC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0ABC is #A0F543. Grayscale: #373737. Windows color (decimal): -10548548 or 12323423. OLE color: 12323423.
HSL color Cylindrical-coordinate representation of color #5F0ABC: hue angle of 268.65º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5F0ABC is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 95 | 10 | 188 | - |
| CMYK | 0.49 | 0.95 | 0 | 0.26 |
| HSL | 268.65º | 0.9% | 0.39% | - |
| HSV(B) | 268.65º | 0.95% | 0.74% | - |
| XYZ | 13.9 | 6.28 | 48.06 | - |
| YUV | 55.71 | 202.66 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 10 | 188 | 0.49 | 0.95 | 0 | 0.26 | 268.65 | 0.9 | 0.39 |
| Hex | 5F | A | BC | 31 | 5F | 0 | 1A | 10D | 5A | 27 |
| Octal | 137 | 12 | 274 | 61 | 137 | 0 | 32 | 415 | 132 | 47 |
| Binary | 1011111 | 1010 | 10111100 | 110001 | 1011111 | 0 | 11010 | 100001101 | 1011010 | 100111 |
Color Harmonies of #5F0ABC
Complementary color
Monochromatic Colors of #5F0ABC
Black with #5F0ABC
Text Example
Text Example
White with #5F0ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F0ABC; }
p { color: rgb(95,10,188); }
H1.HeaderClassName
{
color: #5F0ABC;
}
.AnyTagClassName
{
color: #5F0ABC;
}
</style>
background-color css
<style>
a { background-color: #5F0ABC; }
a { background-color: rgb(95,10,188); }
div.DivClassName
{
background-color: #5F0ABC;
}
.BgClassName
{
background-color: #5F0ABC;
}
</style>
border-color css
<style>
span { border-color: #5F0ABC; }
span { border-color: rgb(95,10,188); }
td.TdClassName
{
border-color: #5F0ABC;
}
.TagClassName
{
border-color: #5F0ABC;
}
</style>