Shades of Purple Heart #5E1FCB
Tints of Purple Heart #5E1FCB
RGB
CMYK
RGB Variations
Color information
#5E1FCB (or 0x5E1FCB) is known color: Purple Heart. HEX triplet: 5E, 1F and CB. RGB value is (94,31,203). Sum of RGB (Red+Green+Blue) = 94+31+203=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 31 (12.5% from 255 or 9.45% 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 #5E1FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E1FCB is #A1E034. Grayscale: #444444. Windows color (decimal): -10608693 or 13311838. OLE color: 13311838.
HSL color Cylindrical-coordinate representation of color #5E1FCB: hue angle of 261.98º 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 #5E1FCB is Cyan = 0.54, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 31 | 203 | - |
| CMYK | 0.54 | 0.85 | 0 | 0.20 |
| HSL | 261.98º | 0.74% | 0.46% | - |
| HSV(B) | 261.98º | 0.85% | 0.8% | - |
| XYZ | 15.89 | 7.67 | 57.14 | - |
| YUV | 69.45 | 203.37 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 31 | 203 | 0.54 | 0.85 | 0 | 0.20 | 261.98 | 0.74 | 0.46 |
| Hex | 5E | 1F | CB | 36 | 55 | 0 | 14 | 106 | 4A | 2E |
| Octal | 136 | 37 | 313 | 66 | 125 | 0 | 24 | 406 | 112 | 56 |
| Binary | 1011110 | 11111 | 11001011 | 110110 | 1010101 | 0 | 10100 | 100000110 | 1001010 | 101110 |
Color Harmonies of #5E1FCB
Complementary color
Monochromatic Colors of #5E1FCB
Black with #5E1FCB
Text Example
Text Example
White with #5E1FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E1FCB; }
p { color: rgb(94,31,203); }
H1.HeaderClassName
{
color: #5E1FCB;
}
.AnyTagClassName
{
color: #5E1FCB;
}
</style>
background-color css
<style>
a { background-color: #5E1FCB; }
a { background-color: rgb(94,31,203); }
div.DivClassName
{
background-color: #5E1FCB;
}
.BgClassName
{
background-color: #5E1FCB;
}
</style>
border-color css
<style>
span { border-color: #5E1FCB; }
span { border-color: rgb(94,31,203); }
td.TdClassName
{
border-color: #5E1FCB;
}
.TagClassName
{
border-color: #5E1FCB;
}
</style>