Shades of Purple Heart #5E3CCD
Tints of Purple Heart #5E3CCD
RGB
CMYK
RGB Variations
Color information
#5E3CCD (or 0x5E3CCD) is known color: Purple Heart. HEX triplet: 5E, 3C and CD. RGB value is (94,60,205). Sum of RGB (Red+Green+Blue) = 94+60+205=359 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.18% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 205 (80.47% from 255 or 57.10% from 359); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E3CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E3CCD is #A1C332. Grayscale: #565656. Windows color (decimal): -10601267 or 13450334. OLE color: 13450334.
HSL color Cylindrical-coordinate representation of color #5E3CCD: hue angle of 254.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5E3CCD is Cyan = 0.54, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 94 | 60 | 205 | - |
| CMYK | 0.54 | 0.71 | 0 | 0.20 |
| HSL | 254.07º | 0.59% | 0.52% | - |
| HSV(B) | 254.07º | 0.71% | 0.8% | - |
| XYZ | 17.25 | 10.02 | 58.78 | - |
| YUV | 86.7 | 194.76 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 60 | 205 | 0.54 | 0.71 | 0 | 0.20 | 254.07 | 0.59 | 0.52 |
| Hex | 5E | 3C | CD | 36 | 47 | 0 | 14 | FE | 3B | 34 |
| Octal | 136 | 74 | 315 | 66 | 107 | 0 | 24 | 376 | 73 | 64 |
| Binary | 1011110 | 111100 | 11001101 | 110110 | 1000111 | 0 | 10100 | 11111110 | 111011 | 110100 |
Color Harmonies of #5E3CCD
Complementary color
Monochromatic Colors of #5E3CCD
Black with #5E3CCD
Text Example
Text Example
White with #5E3CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E3CCD; }
p { color: rgb(94,60,205); }
H1.HeaderClassName
{
color: #5E3CCD;
}
.AnyTagClassName
{
color: #5E3CCD;
}
</style>
background-color css
<style>
a { background-color: #5E3CCD; }
a { background-color: rgb(94,60,205); }
div.DivClassName
{
background-color: #5E3CCD;
}
.BgClassName
{
background-color: #5E3CCD;
}
</style>
border-color css
<style>
span { border-color: #5E3CCD; }
span { border-color: rgb(94,60,205); }
td.TdClassName
{
border-color: #5E3CCD;
}
.TagClassName
{
border-color: #5E3CCD;
}
</style>