Shades of Purple Heart #5F1ECD
Tints of Purple Heart #5F1ECD
RGB
CMYK
RGB Variations
Color information
#5F1ECD (or 0x5F1ECD) is known color: Purple Heart. HEX triplet: 5F, 1E and CD. RGB value is (95,30,205). Sum of RGB (Red+Green+Blue) = 95+30+205=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F1ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1ECD is #A0E132. Grayscale: #444444. Windows color (decimal): -10543411 or 13442655. OLE color: 13442655.
HSL color Cylindrical-coordinate representation of color #5F1ECD: hue angle of 262.29º 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 #5F1ECD is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 30 | 205 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.20 |
| HSL | 262.29º | 0.74% | 0.46% | - |
| HSV(B) | 262.29º | 0.85% | 0.8% | - |
| XYZ | 16.2 | 7.77 | 58.4 | - |
| YUV | 69.39 | 204.53 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 205 | 0.54 | 0.85 | 0 | 0.20 | 262.29 | 0.74 | 0.46 |
| Hex | 5F | 1E | CD | 36 | 55 | 0 | 14 | 106 | 4A | 2E |
| Octal | 137 | 36 | 315 | 66 | 125 | 0 | 24 | 406 | 112 | 56 |
| Binary | 1011111 | 11110 | 11001101 | 110110 | 1010101 | 0 | 10100 | 100000110 | 1001010 | 101110 |
Color Harmonies of #5F1ECD
Complementary color
Monochromatic Colors of #5F1ECD
Black with #5F1ECD
Text Example
Text Example
White with #5F1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1ECD; }
p { color: rgb(95,30,205); }
H1.HeaderClassName
{
color: #5F1ECD;
}
.AnyTagClassName
{
color: #5F1ECD;
}
</style>
background-color css
<style>
a { background-color: #5F1ECD; }
a { background-color: rgb(95,30,205); }
div.DivClassName
{
background-color: #5F1ECD;
}
.BgClassName
{
background-color: #5F1ECD;
}
</style>
border-color css
<style>
span { border-color: #5F1ECD; }
span { border-color: rgb(95,30,205); }
td.TdClassName
{
border-color: #5F1ECD;
}
.TagClassName
{
border-color: #5F1ECD;
}
</style>