Shades of Purple Heart #5C24B7
Tints of Purple Heart #5C24B7
RGB
CMYK
RGB Variations
Color information
#5C24B7 (or 0x5C24B7) is known color: Purple Heart. HEX triplet: 5C, 24 and B7. RGB value is (92,36,183). Sum of RGB (Red+Green+Blue) = 92+36+183=311 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.58% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #5C24B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24B7 is #A3DB48. Grayscale: #444444. Windows color (decimal): -10738505 or 12002396. OLE color: 12002396.
HSL color Cylindrical-coordinate representation of color #5C24B7: hue angle of 262.86º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C24B7 is Cyan = 0.50, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 92 | 36 | 183 | - |
| CMYK | 0.50 | 0.80 | 0 | 0.28 |
| HSL | 262.86º | 0.67% | 0.43% | - |
| HSV(B) | 262.86º | 0.8% | 0.72% | - |
| XYZ | 13.59 | 6.96 | 45.43 | - |
| YUV | 69.5 | 192.05 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 183 | 0.50 | 0.80 | 0 | 0.28 | 262.86 | 0.67 | 0.43 |
| Hex | 5C | 24 | B7 | 32 | 50 | 0 | 1C | 107 | 43 | 2B |
| Octal | 134 | 44 | 267 | 62 | 120 | 0 | 34 | 407 | 103 | 53 |
| Binary | 1011100 | 100100 | 10110111 | 110010 | 1010000 | 0 | 11100 | 100000111 | 1000011 | 101011 |
Color Harmonies of #5C24B7
Complementary color
Monochromatic Colors of #5C24B7
Black with #5C24B7
Text Example
Text Example
White with #5C24B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C24B7; }
p { color: rgb(92,36,183); }
H1.HeaderClassName
{
color: #5C24B7;
}
.AnyTagClassName
{
color: #5C24B7;
}
</style>
background-color css
<style>
a { background-color: #5C24B7; }
a { background-color: rgb(92,36,183); }
div.DivClassName
{
background-color: #5C24B7;
}
.BgClassName
{
background-color: #5C24B7;
}
</style>
border-color css
<style>
span { border-color: #5C24B7; }
span { border-color: rgb(92,36,183); }
td.TdClassName
{
border-color: #5C24B7;
}
.TagClassName
{
border-color: #5C24B7;
}
</style>