Shades of Purple Heart #5C24DA
Tints of Purple Heart #5C24DA
RGB
CMYK
RGB Variations
Color information
#5C24DA (or 0x5C24DA) is known color: Purple Heart. HEX triplet: 5C, 24 and DA. RGB value is (92,36,218). Sum of RGB (Red+Green+Blue) = 92+36+218=346 (45% of max value = 765). Red value is 92 (36.33% from 255 or 26.59% from 346); Green value is 36 (14.45% from 255 or 10.40% from 346); Blue value is 218 (85.55% from 255 or 63.01% from 346); Max value from RGB is 218 - color contains mainly: blue. Hex color #5C24DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C24DA is #A3DB25. Grayscale: #484848. Windows color (decimal): -10738470 or 14296156. OLE color: 14296156.
HSL color Cylindrical-coordinate representation of color #5C24DA: hue angle of 258.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5C24DA is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 36 | 218 | - |
| CMYK | 0.58 | 0.83 | 0 | 0.15 |
| HSL | 258.46º | 0.72% | 0.5% | - |
| HSV(B) | 258.46º | 0.83% | 0.85% | - |
| XYZ | 17.7 | 8.6 | 67.06 | - |
| YUV | 73.49 | 209.55 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 36 | 218 | 0.58 | 0.83 | 0 | 0.15 | 258.46 | 0.72 | 0.5 |
| Hex | 5C | 24 | DA | 3A | 53 | 0 | F | 102 | 48 | 32 |
| Octal | 134 | 44 | 332 | 72 | 123 | 0 | 17 | 402 | 110 | 62 |
| Binary | 1011100 | 100100 | 11011010 | 111010 | 1010011 | 0 | 1111 | 100000010 | 1001000 | 110010 |
Color Harmonies of #5C24DA
Complementary color
Monochromatic Colors of #5C24DA
Black with #5C24DA
Text Example
Text Example
White with #5C24DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C24DA; }
p { color: rgb(92,36,218); }
H1.HeaderClassName
{
color: #5C24DA;
}
.AnyTagClassName
{
color: #5C24DA;
}
</style>
background-color css
<style>
a { background-color: #5C24DA; }
a { background-color: rgb(92,36,218); }
div.DivClassName
{
background-color: #5C24DA;
}
.BgClassName
{
background-color: #5C24DA;
}
</style>
border-color css
<style>
span { border-color: #5C24DA; }
span { border-color: rgb(92,36,218); }
td.TdClassName
{
border-color: #5C24DA;
}
.TagClassName
{
border-color: #5C24DA;
}
</style>