Shades of Purple Heart #5F12CF
Tints of Purple Heart #5F12CF
RGB
CMYK
RGB Variations
Color information
#5F12CF (or 0x5F12CF) is known color: Purple Heart. HEX triplet: 5F, 12 and CF. RGB value is (95,18,207). Sum of RGB (Red+Green+Blue) = 95+18+207=320 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #5F12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F12CF is #A0ED30. Grayscale: #3D3D3D. Windows color (decimal): -10546481 or 13570655. OLE color: 13570655.
HSL color Cylindrical-coordinate representation of color #5F12CF: hue angle of 264.44º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5F12CF is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 18 | 207 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.19 |
| HSL | 264.44º | 0.84% | 0.44% | - |
| HSV(B) | 264.44º | 0.91% | 0.81% | - |
| XYZ | 16.2 | 7.37 | 59.6 | - |
| YUV | 62.57 | 209.51 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 18 | 207 | 0.54 | 0.91 | 0 | 0.19 | 264.44 | 0.84 | 0.44 |
| Hex | 5F | 12 | CF | 36 | 5B | 0 | 13 | 108 | 54 | 2C |
| Octal | 137 | 22 | 317 | 66 | 133 | 0 | 23 | 410 | 124 | 54 |
| Binary | 1011111 | 10010 | 11001111 | 110110 | 1011011 | 0 | 10011 | 100001000 | 1010100 | 101100 |
Color Harmonies of #5F12CF
Complementary color
Monochromatic Colors of #5F12CF
Black with #5F12CF
Text Example
Text Example
White with #5F12CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F12CF; }
p { color: rgb(95,18,207); }
H1.HeaderClassName
{
color: #5F12CF;
}
.AnyTagClassName
{
color: #5F12CF;
}
</style>
background-color css
<style>
a { background-color: #5F12CF; }
a { background-color: rgb(95,18,207); }
div.DivClassName
{
background-color: #5F12CF;
}
.BgClassName
{
background-color: #5F12CF;
}
</style>
border-color css
<style>
span { border-color: #5F12CF; }
span { border-color: rgb(95,18,207); }
td.TdClassName
{
border-color: #5F12CF;
}
.TagClassName
{
border-color: #5F12CF;
}
</style>