Shades of Purple Heart #5C20C8
Tints of Purple Heart #5C20C8
RGB
CMYK
RGB Variations
Color information
#5C20C8 (or 0x5C20C8) is known color: Purple Heart. HEX triplet: 5C, 20 and C8. RGB value is (92,32,200). Sum of RGB (Red+Green+Blue) = 92+32+200=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 200 (78.52% from 255 or 61.73% from 324); Max value from RGB is 200 - color contains mainly: blue. Hex color #5C20C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5C20C8 is #A3DF37. Grayscale: #444444. Windows color (decimal): -10739512 or 13115484. OLE color: 13115484.
HSL color Cylindrical-coordinate representation of color #5C20C8: hue angle of 261.43º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C20C8 is Cyan = 0.54, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 92 | 32 | 200 | - |
| CMYK | 0.54 | 0.84 | 0 | 0.22 |
| HSL | 261.43º | 0.72% | 0.45% | - |
| HSV(B) | 261.43º | 0.84% | 0.78% | - |
| XYZ | 15.36 | 7.48 | 55.28 | - |
| YUV | 69.09 | 201.88 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 200 | 0.54 | 0.84 | 0 | 0.22 | 261.43 | 0.72 | 0.45 |
| Hex | 5C | 20 | C8 | 36 | 54 | 0 | 16 | 105 | 48 | 2D |
| Octal | 134 | 40 | 310 | 66 | 124 | 0 | 26 | 405 | 110 | 55 |
| Binary | 1011100 | 100000 | 11001000 | 110110 | 1010100 | 0 | 10110 | 100000101 | 1001000 | 101101 |
Color Harmonies of #5C20C8
Complementary color
Monochromatic Colors of #5C20C8
Black with #5C20C8
Text Example
Text Example
White with #5C20C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C20C8; }
p { color: rgb(92,32,200); }
H1.HeaderClassName
{
color: #5C20C8;
}
.AnyTagClassName
{
color: #5C20C8;
}
</style>
background-color css
<style>
a { background-color: #5C20C8; }
a { background-color: rgb(92,32,200); }
div.DivClassName
{
background-color: #5C20C8;
}
.BgClassName
{
background-color: #5C20C8;
}
</style>
border-color css
<style>
span { border-color: #5C20C8; }
span { border-color: rgb(92,32,200); }
td.TdClassName
{
border-color: #5C20C8;
}
.TagClassName
{
border-color: #5C20C8;
}
</style>