Shades of Purple Heart #5C24AB
Tints of Purple Heart #5C24AB
RGB
CMYK
RGB Variations
Color information
#5C24AB (or 0x5C24AB) is known color: Purple Heart. HEX triplet: 5C, 24 and AB. RGB value is (92,36,171). Sum of RGB (Red+Green+Blue) = 92+36+171=299 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.77% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #5C24AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C24AB is #A3DB54. Grayscale: #434343. Windows color (decimal): -10738517 or 11215964. OLE color: 11215964.
HSL color Cylindrical-coordinate representation of color #5C24AB: hue angle of 264.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C24AB is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 36 | 171 | - |
| CMYK | 0.46 | 0.79 | 0 | 0.33 |
| HSL | 264.89º | 0.65% | 0.41% | - |
| HSV(B) | 264.89º | 0.79% | 0.67% | - |
| XYZ | 12.4 | 6.48 | 39.13 | - |
| YUV | 68.13 | 186.05 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 171 | 0.46 | 0.79 | 0 | 0.33 | 264.89 | 0.65 | 0.41 |
| Hex | 5C | 24 | AB | 2E | 4F | 0 | 21 | 109 | 41 | 29 |
| Octal | 134 | 44 | 253 | 56 | 117 | 0 | 41 | 411 | 101 | 51 |
| Binary | 1011100 | 100100 | 10101011 | 101110 | 1001111 | 0 | 100001 | 100001001 | 1000001 | 101001 |
Color Harmonies of #5C24AB
Complementary color
Monochromatic Colors of #5C24AB
Black with #5C24AB
Text Example
Text Example
White with #5C24AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C24AB; }
p { color: rgb(92,36,171); }
H1.HeaderClassName
{
color: #5C24AB;
}
.AnyTagClassName
{
color: #5C24AB;
}
</style>
background-color css
<style>
a { background-color: #5C24AB; }
a { background-color: rgb(92,36,171); }
div.DivClassName
{
background-color: #5C24AB;
}
.BgClassName
{
background-color: #5C24AB;
}
</style>
border-color css
<style>
span { border-color: #5C24AB; }
span { border-color: rgb(92,36,171); }
td.TdClassName
{
border-color: #5C24AB;
}
.TagClassName
{
border-color: #5C24AB;
}
</style>