Shades of Purple Heart #5E26DD
Tints of Purple Heart #5E26DD
RGB
CMYK
RGB Variations
Color information
#5E26DD (or 0x5E26DD) is known color: Purple Heart. HEX triplet: 5E, 26 and DD. RGB value is (94,38,221). Sum of RGB (Red+Green+Blue) = 94+38+221=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 38 (15.23% from 255 or 10.76% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E26DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E26DD is #A1D922. Grayscale: #4A4A4A. Windows color (decimal): -10606883 or 14493278. OLE color: 14493278.
HSL color Cylindrical-coordinate representation of color #5E26DD: hue angle of 258.36º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E26DD is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 38 | 221 | - |
| CMYK | 0.57 | 0.83 | 0 | 0.13 |
| HSL | 258.36º | 0.73% | 0.51% | - |
| HSV(B) | 258.36º | 0.83% | 0.87% | - |
| XYZ | 18.36 | 8.99 | 69.17 | - |
| YUV | 75.61 | 210.05 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 38 | 221 | 0.57 | 0.83 | 0 | 0.13 | 258.36 | 0.73 | 0.51 |
| Hex | 5E | 26 | DD | 39 | 53 | 0 | D | 102 | 49 | 33 |
| Octal | 136 | 46 | 335 | 71 | 123 | 0 | 15 | 402 | 111 | 63 |
| Binary | 1011110 | 100110 | 11011101 | 111001 | 1010011 | 0 | 1101 | 100000010 | 1001001 | 110011 |
Color Harmonies of #5E26DD
Complementary color
Monochromatic Colors of #5E26DD
Black with #5E26DD
Text Example
Text Example
White with #5E26DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E26DD; }
p { color: rgb(94,38,221); }
H1.HeaderClassName
{
color: #5E26DD;
}
.AnyTagClassName
{
color: #5E26DD;
}
</style>
background-color css
<style>
a { background-color: #5E26DD; }
a { background-color: rgb(94,38,221); }
div.DivClassName
{
background-color: #5E26DD;
}
.BgClassName
{
background-color: #5E26DD;
}
</style>
border-color css
<style>
span { border-color: #5E26DD; }
span { border-color: rgb(94,38,221); }
td.TdClassName
{
border-color: #5E26DD;
}
.TagClassName
{
border-color: #5E26DD;
}
</style>