Shades of Purple Heart #5F1ECB
Tints of Purple Heart #5F1ECB
RGB
CMYK
RGB Variations
Color information
#5F1ECB (or 0x5F1ECB) is known color: Purple Heart. HEX triplet: 5F, 1E and CB. RGB value is (95,30,203). Sum of RGB (Red+Green+Blue) = 95+30+203=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 203 (79.69% from 255 or 61.89% from 328); Max value from RGB is 203 - color contains mainly: blue. Hex color #5F1ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F1ECB is #A0E134. Grayscale: #444444. Windows color (decimal): -10543413 or 13311583. OLE color: 13311583.
HSL color Cylindrical-coordinate representation of color #5F1ECB: hue angle of 262.54º 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 #5F1ECB is Cyan = 0.53, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 30 | 203 | - |
| CMYK | 0.53 | 0.85 | 0 | 0.20 |
| HSL | 262.54º | 0.74% | 0.46% | - |
| HSV(B) | 262.54º | 0.85% | 0.8% | - |
| XYZ | 15.96 | 7.67 | 57.14 | - |
| YUV | 69.16 | 203.53 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 30 | 203 | 0.53 | 0.85 | 0 | 0.20 | 262.54 | 0.74 | 0.46 |
| Hex | 5F | 1E | CB | 35 | 55 | 0 | 14 | 107 | 4A | 2E |
| Octal | 137 | 36 | 313 | 65 | 125 | 0 | 24 | 407 | 112 | 56 |
| Binary | 1011111 | 11110 | 11001011 | 110101 | 1010101 | 0 | 10100 | 100000111 | 1001010 | 101110 |
Color Harmonies of #5F1ECB
Complementary color
Monochromatic Colors of #5F1ECB
Black with #5F1ECB
Text Example
Text Example
White with #5F1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F1ECB; }
p { color: rgb(95,30,203); }
H1.HeaderClassName
{
color: #5F1ECB;
}
.AnyTagClassName
{
color: #5F1ECB;
}
</style>
background-color css
<style>
a { background-color: #5F1ECB; }
a { background-color: rgb(95,30,203); }
div.DivClassName
{
background-color: #5F1ECB;
}
.BgClassName
{
background-color: #5F1ECB;
}
</style>
border-color css
<style>
span { border-color: #5F1ECB; }
span { border-color: rgb(95,30,203); }
td.TdClassName
{
border-color: #5F1ECB;
}
.TagClassName
{
border-color: #5F1ECB;
}
</style>