Shades of Purple Heart #5C37E0
Tints of Purple Heart #5C37E0
RGB
CMYK
RGB Variations
Color information
#5C37E0 (or 0x5C37E0) is known color: Purple Heart. HEX triplet: 5C, 37 and E0. RGB value is (92,55,224). Sum of RGB (Red+Green+Blue) = 92+55+224=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 55 (21.88% from 255 or 14.82% from 371); Blue value is 224 (87.89% from 255 or 60.38% from 371); Max value from RGB is 224 - color contains mainly: blue. Hex color #5C37E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37E0 is #A3C81F. Grayscale: #545454. Windows color (decimal): -10733600 or 14694236. OLE color: 14694236.
HSL color Cylindrical-coordinate representation of color #5C37E0: hue angle of 253.14º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5C37E0 is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 55 | 224 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.12 |
| HSL | 253.14º | 0.73% | 0.55% | - |
| HSV(B) | 253.14º | 0.75% | 0.88% | - |
| XYZ | 19.23 | 10.39 | 71.51 | - |
| YUV | 85.33 | 206.26 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 224 | 0.59 | 0.75 | 0 | 0.12 | 253.14 | 0.73 | 0.55 |
| Hex | 5C | 37 | E0 | 3B | 4B | 0 | C | FD | 49 | 37 |
| Octal | 134 | 67 | 340 | 73 | 113 | 0 | 14 | 375 | 111 | 67 |
| Binary | 1011100 | 110111 | 11100000 | 111011 | 1001011 | 0 | 1100 | 11111101 | 1001001 | 110111 |
Color Harmonies of #5C37E0
Complementary color
Monochromatic Colors of #5C37E0
Black with #5C37E0
Text Example
Text Example
White with #5C37E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C37E0; }
p { color: rgb(92,55,224); }
H1.HeaderClassName
{
color: #5C37E0;
}
.AnyTagClassName
{
color: #5C37E0;
}
</style>
background-color css
<style>
a { background-color: #5C37E0; }
a { background-color: rgb(92,55,224); }
div.DivClassName
{
background-color: #5C37E0;
}
.BgClassName
{
background-color: #5C37E0;
}
</style>
border-color css
<style>
span { border-color: #5C37E0; }
span { border-color: rgb(92,55,224); }
td.TdClassName
{
border-color: #5C37E0;
}
.TagClassName
{
border-color: #5C37E0;
}
</style>