Shades of Purple Heart #5E22CD
Tints of Purple Heart #5E22CD
RGB
CMYK
RGB Variations
Color information
#5E22CD (or 0x5E22CD) is known color: Purple Heart. HEX triplet: 5E, 22 and CD. RGB value is (94,34,205). Sum of RGB (Red+Green+Blue) = 94+34+205=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 205 (80.47% from 255 or 61.56% from 333); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E22CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E22CD is #A1DD32. Grayscale: #464646. Windows color (decimal): -10607923 or 13443678. OLE color: 13443678.
HSL color Cylindrical-coordinate representation of color #5E22CD: hue angle of 261.05º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E22CD is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 34 | 205 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.20 |
| HSL | 261.05º | 0.72% | 0.47% | - |
| HSV(B) | 261.05º | 0.83% | 0.8% | - |
| XYZ | 16.21 | 7.93 | 58.43 | - |
| YUV | 71.43 | 203.38 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 34 | 205 | 0.54 | 0.83 | 0 | 0.20 | 261.05 | 0.72 | 0.47 |
| Hex | 5E | 22 | CD | 36 | 53 | 0 | 14 | 105 | 48 | 2F |
| Octal | 136 | 42 | 315 | 66 | 123 | 0 | 24 | 405 | 110 | 57 |
| Binary | 1011110 | 100010 | 11001101 | 110110 | 1010011 | 0 | 10100 | 100000101 | 1001000 | 101111 |
Color Harmonies of #5E22CD
Complementary color
Monochromatic Colors of #5E22CD
Black with #5E22CD
Text Example
Text Example
White with #5E22CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E22CD; }
p { color: rgb(94,34,205); }
H1.HeaderClassName
{
color: #5E22CD;
}
.AnyTagClassName
{
color: #5E22CD;
}
</style>
background-color css
<style>
a { background-color: #5E22CD; }
a { background-color: rgb(94,34,205); }
div.DivClassName
{
background-color: #5E22CD;
}
.BgClassName
{
background-color: #5E22CD;
}
</style>
border-color css
<style>
span { border-color: #5E22CD; }
span { border-color: rgb(94,34,205); }
td.TdClassName
{
border-color: #5E22CD;
}
.TagClassName
{
border-color: #5E22CD;
}
</style>