Shades of Purple Heart #5C37BF
Tints of Purple Heart #5C37BF
RGB
CMYK
RGB Variations
Color information
#5C37BF (or 0x5C37BF) is known color: Purple Heart. HEX triplet: 5C, 37 and BF. RGB value is (92,55,191). Sum of RGB (Red+Green+Blue) = 92+55+191=338 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.22% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #5C37BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C37BF is #A3C840. Grayscale: #515151. Windows color (decimal): -10733633 or 12531548. OLE color: 12531548.
HSL color Cylindrical-coordinate representation of color #5C37BF: hue angle of 256.32º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5C37BF is Cyan = 0.52, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 55 | 191 | - |
| CMYK | 0.52 | 0.71 | 0 | 0.25 |
| HSL | 256.32º | 0.55% | 0.48% | - |
| HSV(B) | 256.32º | 0.71% | 0.75% | - |
| XYZ | 15.18 | 8.77 | 50.18 | - |
| YUV | 81.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 55 | 191 | 0.52 | 0.71 | 0 | 0.25 | 256.32 | 0.55 | 0.48 |
| Hex | 5C | 37 | BF | 34 | 47 | 0 | 19 | 100 | 37 | 30 |
| Octal | 134 | 67 | 277 | 64 | 107 | 0 | 31 | 400 | 67 | 60 |
| Binary | 1011100 | 110111 | 10111111 | 110100 | 1000111 | 0 | 11001 | 100000000 | 110111 | 110000 |
Color Harmonies of #5C37BF
Complementary color
Monochromatic Colors of #5C37BF
Black with #5C37BF
Text Example
Text Example
White with #5C37BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C37BF; }
p { color: rgb(92,55,191); }
H1.HeaderClassName
{
color: #5C37BF;
}
.AnyTagClassName
{
color: #5C37BF;
}
</style>
background-color css
<style>
a { background-color: #5C37BF; }
a { background-color: rgb(92,55,191); }
div.DivClassName
{
background-color: #5C37BF;
}
.BgClassName
{
background-color: #5C37BF;
}
</style>
border-color css
<style>
span { border-color: #5C37BF; }
span { border-color: rgb(92,55,191); }
td.TdClassName
{
border-color: #5C37BF;
}
.TagClassName
{
border-color: #5C37BF;
}
</style>