Shades of Purple Heart #5F1FCC
Tints of Purple Heart #5F1FCC
RGB
CMYK
RGB Variations
Color information
#5F1FCC (or 0x5F1FCC) is known color: Purple Heart. HEX triplet: 5F, 1F and CC. RGB value is (95,31,204). Sum of RGB (Red+Green+Blue) = 95+31+204=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 204 (80.08% from 255 or 61.82% from 330); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F1FCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1FCC is #A0E033. Grayscale: #454545. Windows color (decimal): -10543156 or 13377375. OLE color: 13377375.
HSL color Cylindrical-coordinate representation of color #5F1FCC: hue angle of 262.2º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1FCC is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 95 | 31 | 204 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.2 |
| HSL | 262.2º | 0.74% | 0.46% | - |
| HSV(B) | 262.2º | 0.85% | 0.8% | - |
| XYZ | 16.11 | 7.77 | 57.78 | - |
| YUV | 69.86 | 203.7 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 204 | 0.53 | 0.85 | 0 | 0.2 | 262.2 | 0.74 | 0.46 |
| Hex | 5F | 1F | CC | 35 | 55 | 0 | 14 | 106 | 4A | 2E |
| Octal | 137 | 37 | 314 | 65 | 125 | 0 | 24 | 406 | 112 | 56 |
| Binary | 1011111 | 11111 | 11001100 | 110101 | 1010101 | 0 | 10100 | 100000110 | 1001010 | 101110 |
Color Harmonies of #5F1FCC
Complementary color
Monochromatic Colors of #5F1FCC
Black with #5F1FCC
Text Example
Text Example
White with #5F1FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1FCC; }
p { color: rgb(95,31,204); }
H1.HeaderClassName
{
color: #5F1FCC;
}
.AnyTagClassName
{
color: #5F1FCC;
}
</style>
background-color css
<style>
a { background-color: #5F1FCC; }
a { background-color: rgb(95,31,204); }
div.DivClassName
{
background-color: #5F1FCC;
}
.BgClassName
{
background-color: #5F1FCC;
}
</style>
border-color css
<style>
span { border-color: #5F1FCC; }
span { border-color: rgb(95,31,204); }
td.TdClassName
{
border-color: #5F1FCC;
}
.TagClassName
{
border-color: #5F1FCC;
}
</style>