Shades of Purple Heart #5E01CB
Tints of Purple Heart #5E01CB
RGB
CMYK
RGB Variations
Color information
#5E01CB (or 0x5E01CB) is known color: Purple Heart. HEX triplet: 5E, 01 and CB. RGB value is (94,1,203). Sum of RGB (Red+Green+Blue) = 94+1+203=298 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.54% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 203 (79.69% from 255 or 68.12% from 298); Max value from RGB is 203 - color contains mainly: blue. Hex color #5E01CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01CB is #A1FE34. Grayscale: #333333. Windows color (decimal): -10616373 or 13304158. OLE color: 13304158.
HSL color Cylindrical-coordinate representation of color #5E01CB: hue angle of 267.62º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01CB is Cyan = 0.54, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 1 | 203 | - |
| CMYK | 0.54 | 1.00 | 0 | 0.20 |
| HSL | 267.62º | 0.99% | 0.4% | - |
| HSV(B) | 267.62º | 1% | 0.8% | - |
| XYZ | 15.41 | 6.71 | 56.98 | - |
| YUV | 51.84 | 213.31 | 158.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 203 | 0.54 | 1.00 | 0 | 0.20 | 267.62 | 0.99 | 0.4 |
| Hex | 5E | 1 | CB | 36 | 64 | 0 | 14 | 10C | 63 | 28 |
| Octal | 136 | 1 | 313 | 66 | 144 | 0 | 24 | 414 | 143 | 50 |
| Binary | 1011110 | 1 | 11001011 | 110110 | 1100100 | 0 | 10100 | 100001100 | 1100011 | 101000 |
Color Harmonies of #5E01CB
Complementary color
Monochromatic Colors of #5E01CB
Black with #5E01CB
Text Example
Text Example
White with #5E01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01CB; }
p { color: rgb(94,1,203); }
H1.HeaderClassName
{
color: #5E01CB;
}
.AnyTagClassName
{
color: #5E01CB;
}
</style>
background-color css
<style>
a { background-color: #5E01CB; }
a { background-color: rgb(94,1,203); }
div.DivClassName
{
background-color: #5E01CB;
}
.BgClassName
{
background-color: #5E01CB;
}
</style>
border-color css
<style>
span { border-color: #5E01CB; }
span { border-color: rgb(94,1,203); }
td.TdClassName
{
border-color: #5E01CB;
}
.TagClassName
{
border-color: #5E01CB;
}
</style>