Shades of Purple Heart #5E3DCD
Tints of Purple Heart #5E3DCD
RGB
CMYK
RGB Variations
Color information
#5E3DCD (or 0x5E3DCD) is known color: Purple Heart. HEX triplet: 5E, 3D and CD. RGB value is (94,61,205). Sum of RGB (Red+Green+Blue) = 94+61+205=360 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.11% from 360); Green value is 61 (24.22% from 255 or 16.94% from 360); Blue value is 205 (80.47% from 255 or 56.94% from 360); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E3DCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3DCD is #A1C232. Grayscale: #565656. Windows color (decimal): -10601011 or 13450590. OLE color: 13450590.
HSL color Cylindrical-coordinate representation of color #5E3DCD: hue angle of 253.75º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5E3DCD is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 61 | 205 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.20 |
| HSL | 253.75º | 0.59% | 0.52% | - |
| HSV(B) | 253.75º | 0.7% | 0.8% | - |
| XYZ | 17.3 | 10.12 | 58.8 | - |
| YUV | 87.28 | 194.43 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 61 | 205 | 0.54 | 0.70 | 0 | 0.20 | 253.75 | 0.59 | 0.52 |
| Hex | 5E | 3D | CD | 36 | 46 | 0 | 14 | FE | 3B | 34 |
| Octal | 136 | 75 | 315 | 66 | 106 | 0 | 24 | 376 | 73 | 64 |
| Binary | 1011110 | 111101 | 11001101 | 110110 | 1000110 | 0 | 10100 | 11111110 | 111011 | 110100 |
Color Harmonies of #5E3DCD
Complementary color
Monochromatic Colors of #5E3DCD
Black with #5E3DCD
Text Example
Text Example
White with #5E3DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3DCD; }
p { color: rgb(94,61,205); }
H1.HeaderClassName
{
color: #5E3DCD;
}
.AnyTagClassName
{
color: #5E3DCD;
}
</style>
background-color css
<style>
a { background-color: #5E3DCD; }
a { background-color: rgb(94,61,205); }
div.DivClassName
{
background-color: #5E3DCD;
}
.BgClassName
{
background-color: #5E3DCD;
}
</style>
border-color css
<style>
span { border-color: #5E3DCD; }
span { border-color: rgb(94,61,205); }
td.TdClassName
{
border-color: #5E3DCD;
}
.TagClassName
{
border-color: #5E3DCD;
}
</style>