Shades of Purple Heart #5C40B7
Tints of Purple Heart #5C40B7
RGB
CMYK
RGB Variations
Color information
#5C40B7 (or 0x5C40B7) is known color: Purple Heart. HEX triplet: 5C, 40 and B7. RGB value is (92,64,183). Sum of RGB (Red+Green+Blue) = 92+64+183=339 (44% of max value = 765). Red value is 92 (36.33% from 255 or 27.14% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #5C40B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C40B7 is #A3BF48. Grayscale: #555555. Windows color (decimal): -10731337 or 12009564. OLE color: 12009564.
HSL color Cylindrical-coordinate representation of color #5C40B7: hue angle of 254.12º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5C40B7 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 64 | 183 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.28 |
| HSL | 254.12º | 0.48% | 0.48% | - |
| HSV(B) | 254.12º | 0.65% | 0.72% | - |
| XYZ | 14.79 | 9.36 | 45.83 | - |
| YUV | 85.94 | 182.78 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 64 | 183 | 0.50 | 0.65 | 0 | 0.28 | 254.12 | 0.48 | 0.48 |
| Hex | 5C | 40 | B7 | 32 | 41 | 0 | 1C | FE | 30 | 30 |
| Octal | 134 | 100 | 267 | 62 | 101 | 0 | 34 | 376 | 60 | 60 |
| Binary | 1011100 | 1000000 | 10110111 | 110010 | 1000001 | 0 | 11100 | 11111110 | 110000 | 110000 |
Color Harmonies of #5C40B7
Complementary color
Monochromatic Colors of #5C40B7
Black with #5C40B7
Text Example
Text Example
White with #5C40B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C40B7; }
p { color: rgb(92,64,183); }
H1.HeaderClassName
{
color: #5C40B7;
}
.AnyTagClassName
{
color: #5C40B7;
}
</style>
background-color css
<style>
a { background-color: #5C40B7; }
a { background-color: rgb(92,64,183); }
div.DivClassName
{
background-color: #5C40B7;
}
.BgClassName
{
background-color: #5C40B7;
}
</style>
border-color css
<style>
span { border-color: #5C40B7; }
span { border-color: rgb(92,64,183); }
td.TdClassName
{
border-color: #5C40B7;
}
.TagClassName
{
border-color: #5C40B7;
}
</style>