Shades of Purple Heart #5C37BD
Tints of Purple Heart #5C37BD
RGB
CMYK
RGB Variations
Color information
#5C37BD (or 0x5C37BD) is known color: Purple Heart. HEX triplet: 5C, 37 and BD. RGB value is (92,55,189). Sum of RGB (Red+Green+Blue) = 92+55+189=336 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.38% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 189 (74.22% from 255 or 56.25% from 336); Max value from RGB is 189 - color contains mainly: blue. Hex color #5C37BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37BD is #A3C842. Grayscale: #505050. Windows color (decimal): -10733635 or 12400476. OLE color: 12400476.
HSL color Cylindrical-coordinate representation of color #5C37BD: hue angle of 256.57º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C37BD is Cyan = 0.51, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 55 | 189 | - |
| CMYK | 0.51 | 0.71 | 0 | 0.26 |
| HSL | 256.57º | 0.55% | 0.48% | - |
| HSV(B) | 256.57º | 0.71% | 0.74% | - |
| XYZ | 14.97 | 8.68 | 49.03 | - |
| YUV | 81.34 | 188.76 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 189 | 0.51 | 0.71 | 0 | 0.26 | 256.57 | 0.55 | 0.48 |
| Hex | 5C | 37 | BD | 33 | 47 | 0 | 1A | 101 | 37 | 30 |
| Octal | 134 | 67 | 275 | 63 | 107 | 0 | 32 | 401 | 67 | 60 |
| Binary | 1011100 | 110111 | 10111101 | 110011 | 1000111 | 0 | 11010 | 100000001 | 110111 | 110000 |
Color Harmonies of #5C37BD
Complementary color
Monochromatic Colors of #5C37BD
Black with #5C37BD
Text Example
Text Example
White with #5C37BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C37BD; }
p { color: rgb(92,55,189); }
H1.HeaderClassName
{
color: #5C37BD;
}
.AnyTagClassName
{
color: #5C37BD;
}
</style>
background-color css
<style>
a { background-color: #5C37BD; }
a { background-color: rgb(92,55,189); }
div.DivClassName
{
background-color: #5C37BD;
}
.BgClassName
{
background-color: #5C37BD;
}
</style>
border-color css
<style>
span { border-color: #5C37BD; }
span { border-color: rgb(92,55,189); }
td.TdClassName
{
border-color: #5C37BD;
}
.TagClassName
{
border-color: #5C37BD;
}
</style>