Shades of Purple Heart #5E40CD
Tints of Purple Heart #5E40CD
RGB
CMYK
RGB Variations
Color information
#5E40CD (or 0x5E40CD) is known color: Purple Heart. HEX triplet: 5E, 40 and CD. RGB value is (94,64,205). Sum of RGB (Red+Green+Blue) = 94+64+205=363 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.90% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 205 (80.47% from 255 or 56.47% from 363); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E40CD is #A1BF32. Grayscale: #585858. Windows color (decimal): -10600243 or 13451358. OLE color: 13451358.
HSL color Cylindrical-coordinate representation of color #5E40CD: hue angle of 252.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E40CD is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 94 | 64 | 205 | - |
CMYK | 0.54 | 0.69 | 0 | 0.20 |
HSL | 252.77º | 0.59% | 0.53% | - |
HSV(B) | 252.77º | 0.69% | 0.8% | - |
XYZ | 17.47 | 10.45 | 58.85 | - |
YUV | 89.04 | 193.44 | 131.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 64 | 205 | 0.54 | 0.69 | 0 | 0.20 | 252.77 | 0.59 | 0.53 |
Hex | 5E | 40 | CD | 36 | 45 | 0 | 14 | FD | 3B | 35 |
Octal | 136 | 100 | 315 | 66 | 105 | 0 | 24 | 375 | 73 | 65 |
Binary | 1011110 | 1000000 | 11001101 | 110110 | 1000101 | 0 | 10100 | 11111101 | 111011 | 110101 |
Color Harmonies of #5E40CD
Complementary color
Monochromatic Colors of #5E40CD
Black with #5E40CD
Text Example
Text Example
White with #5E40CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E40CD; }
p { color: rgb(94,64,205); }
H1.HeaderClassName
{
color: #5E40CD;
}
.AnyTagClassName
{
color: #5E40CD;
}
</style>
background-color css
<style>
a { background-color: #5E40CD; }
a { background-color: rgb(94,64,205); }
div.DivClassName
{
background-color: #5E40CD;
}
.BgClassName
{
background-color: #5E40CD;
}
</style>
border-color css
<style>
span { border-color: #5E40CD; }
span { border-color: rgb(94,64,205); }
td.TdClassName
{
border-color: #5E40CD;
}
.TagClassName
{
border-color: #5E40CD;
}
</style>