Shades of Purple Heart #5E34CE
Tints of Purple Heart #5E34CE
RGB
CMYK
RGB Variations
Color information
#5E34CE (or 0x5E34CE) is known color: Purple Heart. HEX triplet: 5E, 34 and CE. RGB value is (94,52,206). Sum of RGB (Red+Green+Blue) = 94+52+206=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 52 (20.70% from 255 or 14.77% from 352); Blue value is 206 (80.86% from 255 or 58.52% from 352); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E34CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E34CE is #A1CB31. Grayscale: #515151. Windows color (decimal): -10603314 or 13513822. OLE color: 13513822.
HSL color Cylindrical-coordinate representation of color #5E34CE: hue angle of 256.36º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E34CE is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 94 | 52 | 206 | - |
| CMYK | 0.54 | 0.75 | 0 | 0.19 |
| HSL | 256.36º | 0.61% | 0.51% | - |
| HSV(B) | 256.36º | 0.75% | 0.81% | - |
| XYZ | 16.98 | 9.29 | 59.29 | - |
| YUV | 82.11 | 197.91 | 136.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 52 | 206 | 0.54 | 0.75 | 0 | 0.19 | 256.36 | 0.61 | 0.51 |
| Hex | 5E | 34 | CE | 36 | 4B | 0 | 13 | 100 | 3D | 33 |
| Octal | 136 | 64 | 316 | 66 | 113 | 0 | 23 | 400 | 75 | 63 |
| Binary | 1011110 | 110100 | 11001110 | 110110 | 1001011 | 0 | 10011 | 100000000 | 111101 | 110011 |
Color Harmonies of #5E34CE
Complementary color
Monochromatic Colors of #5E34CE
Black with #5E34CE
Text Example
Text Example
White with #5E34CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E34CE; }
p { color: rgb(94,52,206); }
H1.HeaderClassName
{
color: #5E34CE;
}
.AnyTagClassName
{
color: #5E34CE;
}
</style>
background-color css
<style>
a { background-color: #5E34CE; }
a { background-color: rgb(94,52,206); }
div.DivClassName
{
background-color: #5E34CE;
}
.BgClassName
{
background-color: #5E34CE;
}
</style>
border-color css
<style>
span { border-color: #5E34CE; }
span { border-color: rgb(94,52,206); }
td.TdClassName
{
border-color: #5E34CE;
}
.TagClassName
{
border-color: #5E34CE;
}
</style>