Shades of Purple Heart #5E01C3
Tints of Purple Heart #5E01C3
RGB
CMYK
RGB Variations
Color information
#5E01C3 (or 0x5E01C3) is known color: Purple Heart. HEX triplet: 5E, 01 and C3. RGB value is (94,1,195). Sum of RGB (Red+Green+Blue) = 94+1+195=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 195 (76.56% from 255 or 67.24% from 290); Max value from RGB is 195 - color contains mainly: blue. Hex color #5E01C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E01C3 is #A1FE3C. Grayscale: #323232. Windows color (decimal): -10616381 or 12779870. OLE color: 12779870.
HSL color Cylindrical-coordinate representation of color #5E01C3: hue angle of 268.76º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E01C3 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 94 | 1 | 195 | - |
| CMYK | 0.52 | 0.99 | 0 | 0.24 |
| HSL | 268.76º | 0.99% | 0.38% | - |
| HSV(B) | 268.76º | 0.99% | 0.76% | - |
| XYZ | 14.48 | 6.34 | 52.09 | - |
| YUV | 50.92 | 209.31 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 195 | 0.52 | 0.99 | 0 | 0.24 | 268.76 | 0.99 | 0.38 |
| Hex | 5E | 1 | C3 | 34 | 63 | 0 | 18 | 10D | 63 | 26 |
| Octal | 136 | 1 | 303 | 64 | 143 | 0 | 30 | 415 | 143 | 46 |
| Binary | 1011110 | 1 | 11000011 | 110100 | 1100011 | 0 | 11000 | 100001101 | 1100011 | 100110 |
Color Harmonies of #5E01C3
Complementary color
Monochromatic Colors of #5E01C3
Black with #5E01C3
Text Example
Text Example
White with #5E01C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01C3; }
p { color: rgb(94,1,195); }
H1.HeaderClassName
{
color: #5E01C3;
}
.AnyTagClassName
{
color: #5E01C3;
}
</style>
background-color css
<style>
a { background-color: #5E01C3; }
a { background-color: rgb(94,1,195); }
div.DivClassName
{
background-color: #5E01C3;
}
.BgClassName
{
background-color: #5E01C3;
}
</style>
border-color css
<style>
span { border-color: #5E01C3; }
span { border-color: rgb(94,1,195); }
td.TdClassName
{
border-color: #5E01C3;
}
.TagClassName
{
border-color: #5E01C3;
}
</style>