Shades of Purple Heart #5F12B8
Tints of Purple Heart #5F12B8
RGB
CMYK
RGB Variations
Color information
#5F12B8 (or 0x5F12B8) is known color: Purple Heart. HEX triplet: 5F, 12 and B8. RGB value is (95,18,184). Sum of RGB (Red+Green+Blue) = 95+18+184=297 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.99% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 184 (72.27% from 255 or 61.95% from 297); Max value from RGB is 184 - color contains mainly: blue. Hex color #5F12B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F12B8 is #A0ED47. Grayscale: #3B3B3B. Windows color (decimal): -10546504 or 12063327. OLE color: 12063327.
HSL color Cylindrical-coordinate representation of color #5F12B8: hue angle of 267.83º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5F12B8 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 18 | 184 | - |
| CMYK | 0.48 | 0.90 | 0 | 0.28 |
| HSL | 267.83º | 0.82% | 0.4% | - |
| HSV(B) | 267.83º | 0.9% | 0.72% | - |
| XYZ | 13.59 | 6.33 | 45.85 | - |
| YUV | 59.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 184 | 0.48 | 0.90 | 0 | 0.28 | 267.83 | 0.82 | 0.4 |
| Hex | 5F | 12 | B8 | 30 | 5A | 0 | 1C | 10C | 52 | 28 |
| Octal | 137 | 22 | 270 | 60 | 132 | 0 | 34 | 414 | 122 | 50 |
| Binary | 1011111 | 10010 | 10111000 | 110000 | 1011010 | 0 | 11100 | 100001100 | 1010010 | 101000 |
Color Harmonies of #5F12B8
Complementary color
Monochromatic Colors of #5F12B8
Black with #5F12B8
Text Example
Text Example
White with #5F12B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F12B8; }
p { color: rgb(95,18,184); }
H1.HeaderClassName
{
color: #5F12B8;
}
.AnyTagClassName
{
color: #5F12B8;
}
</style>
background-color css
<style>
a { background-color: #5F12B8; }
a { background-color: rgb(95,18,184); }
div.DivClassName
{
background-color: #5F12B8;
}
.BgClassName
{
background-color: #5F12B8;
}
</style>
border-color css
<style>
span { border-color: #5F12B8; }
span { border-color: rgb(95,18,184); }
td.TdClassName
{
border-color: #5F12B8;
}
.TagClassName
{
border-color: #5F12B8;
}
</style>