Shades of Purple Heart #5E35CE
Tints of Purple Heart #5E35CE
RGB
CMYK
RGB Variations
Color information
#5E35CE (or 0x5E35CE) is known color: Purple Heart. HEX triplet: 5E, 35 and CE. RGB value is (94,53,206). Sum of RGB (Red+Green+Blue) = 94+53+206=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 53 (21.09% from 255 or 15.01% from 353); Blue value is 206 (80.86% from 255 or 58.36% from 353); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E35CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E35CE is #A1CA31. Grayscale: #525252. Windows color (decimal): -10603058 or 13514078. OLE color: 13514078.
HSL color Cylindrical-coordinate representation of color #5E35CE: hue angle of 256.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E35CE is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 53 | 206 | - |
| CMYK | 0.54 | 0.74 | 0 | 0.19 |
| HSL | 256.08º | 0.61% | 0.51% | - |
| HSV(B) | 256.08º | 0.74% | 0.81% | - |
| XYZ | 17.03 | 9.38 | 59.31 | - |
| YUV | 82.7 | 197.58 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 53 | 206 | 0.54 | 0.74 | 0 | 0.19 | 256.08 | 0.61 | 0.51 |
| Hex | 5E | 35 | CE | 36 | 4A | 0 | 13 | 100 | 3D | 33 |
| Octal | 136 | 65 | 316 | 66 | 112 | 0 | 23 | 400 | 75 | 63 |
| Binary | 1011110 | 110101 | 11001110 | 110110 | 1001010 | 0 | 10011 | 100000000 | 111101 | 110011 |
Color Harmonies of #5E35CE
Complementary color
Monochromatic Colors of #5E35CE
Black with #5E35CE
Text Example
Text Example
White with #5E35CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E35CE; }
p { color: rgb(94,53,206); }
H1.HeaderClassName
{
color: #5E35CE;
}
.AnyTagClassName
{
color: #5E35CE;
}
</style>
background-color css
<style>
a { background-color: #5E35CE; }
a { background-color: rgb(94,53,206); }
div.DivClassName
{
background-color: #5E35CE;
}
.BgClassName
{
background-color: #5E35CE;
}
</style>
border-color css
<style>
span { border-color: #5E35CE; }
span { border-color: rgb(94,53,206); }
td.TdClassName
{
border-color: #5E35CE;
}
.TagClassName
{
border-color: #5E35CE;
}
</style>