Shades of Purple Heart #5F1FCE
Tints of Purple Heart #5F1FCE
RGB
CMYK
RGB Variations
Color information
#5F1FCE (or 0x5F1FCE) is known color: Purple Heart. HEX triplet: 5F, 1F and CE. RGB value is (95,31,206). Sum of RGB (Red+Green+Blue) = 95+31+206=332 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.61% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 206 (80.86% from 255 or 62.05% from 332); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F1FCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1FCE is #A0E031. Grayscale: #454545. Windows color (decimal): -10543154 or 13508447. OLE color: 13508447.
HSL color Cylindrical-coordinate representation of color #5F1FCE: hue angle of 261.94º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5F1FCE is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 31 | 206 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.19 |
| HSL | 261.94º | 0.74% | 0.46% | - |
| HSV(B) | 261.94º | 0.85% | 0.81% | - |
| XYZ | 16.35 | 7.87 | 59.05 | - |
| YUV | 70.09 | 204.7 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 31 | 206 | 0.54 | 0.85 | 0 | 0.19 | 261.94 | 0.74 | 0.46 |
| Hex | 5F | 1F | CE | 36 | 55 | 0 | 13 | 106 | 4A | 2E |
| Octal | 137 | 37 | 316 | 66 | 125 | 0 | 23 | 406 | 112 | 56 |
| Binary | 1011111 | 11111 | 11001110 | 110110 | 1010101 | 0 | 10011 | 100000110 | 1001010 | 101110 |
Color Harmonies of #5F1FCE
Complementary color
Monochromatic Colors of #5F1FCE
Black with #5F1FCE
Text Example
Text Example
White with #5F1FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1FCE; }
p { color: rgb(95,31,206); }
H1.HeaderClassName
{
color: #5F1FCE;
}
.AnyTagClassName
{
color: #5F1FCE;
}
</style>
background-color css
<style>
a { background-color: #5F1FCE; }
a { background-color: rgb(95,31,206); }
div.DivClassName
{
background-color: #5F1FCE;
}
.BgClassName
{
background-color: #5F1FCE;
}
</style>
border-color css
<style>
span { border-color: #5F1FCE; }
span { border-color: rgb(95,31,206); }
td.TdClassName
{
border-color: #5F1FCE;
}
.TagClassName
{
border-color: #5F1FCE;
}
</style>