Shades of Purple Heart #5E37CC
Tints of Purple Heart #5E37CC
RGB
CMYK
RGB Variations
Color information
#5E37CC (or 0x5E37CC) is known color: Purple Heart. HEX triplet: 5E, 37 and CC. RGB value is (94,55,204). Sum of RGB (Red+Green+Blue) = 94+55+204=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #5E37CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E37CC is #A1C833. Grayscale: #535353. Windows color (decimal): -10602548 or 13383518. OLE color: 13383518.
HSL color Cylindrical-coordinate representation of color #5E37CC: hue angle of 255.7º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5E37CC is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 94 | 55 | 204 | - |
| CMYK | 0.54 | 0.73 | 0 | 0.2 |
| HSL | 255.7º | 0.59% | 0.51% | - |
| HSV(B) | 255.7º | 0.73% | 0.8% | - |
| XYZ | 16.88 | 9.47 | 58.07 | - |
| YUV | 83.65 | 195.92 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 55 | 204 | 0.54 | 0.73 | 0 | 0.2 | 255.7 | 0.59 | 0.51 |
| Hex | 5E | 37 | CC | 36 | 49 | 0 | 14 | 100 | 3B | 33 |
| Octal | 136 | 67 | 314 | 66 | 111 | 0 | 24 | 400 | 73 | 63 |
| Binary | 1011110 | 110111 | 11001100 | 110110 | 1001001 | 0 | 10100 | 100000000 | 111011 | 110011 |
Color Harmonies of #5E37CC
Complementary color
Monochromatic Colors of #5E37CC
Black with #5E37CC
Text Example
Text Example
White with #5E37CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E37CC; }
p { color: rgb(94,55,204); }
H1.HeaderClassName
{
color: #5E37CC;
}
.AnyTagClassName
{
color: #5E37CC;
}
</style>
background-color css
<style>
a { background-color: #5E37CC; }
a { background-color: rgb(94,55,204); }
div.DivClassName
{
background-color: #5E37CC;
}
.BgClassName
{
background-color: #5E37CC;
}
</style>
border-color css
<style>
span { border-color: #5E37CC; }
span { border-color: rgb(94,55,204); }
td.TdClassName
{
border-color: #5E37CC;
}
.TagClassName
{
border-color: #5E37CC;
}
</style>