Shades of Purple Heart #5C20AA
Tints of Purple Heart #5C20AA
RGB
CMYK
RGB Variations
Color information
#5C20AA (or 0x5C20AA) is known color: Purple Heart. HEX triplet: 5C, 20 and AA. RGB value is (92,32,170). Sum of RGB (Red+Green+Blue) = 92+32+170=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C20AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C20AA is #A3DF55. Grayscale: #414141. Windows color (decimal): -10739542 or 11149404. OLE color: 11149404.
HSL color Cylindrical-coordinate representation of color #5C20AA: hue angle of 266.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C20AA is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 32 | 170 | - |
| CMYK | 0.46 | 0.81 | 0 | 0.33 |
| HSL | 266.09º | 0.68% | 0.4% | - |
| HSV(B) | 266.09º | 0.81% | 0.67% | - |
| XYZ | 12.19 | 6.21 | 38.59 | - |
| YUV | 65.67 | 186.88 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 32 | 170 | 0.46 | 0.81 | 0 | 0.33 | 266.09 | 0.68 | 0.4 |
| Hex | 5C | 20 | AA | 2E | 51 | 0 | 21 | 10A | 44 | 28 |
| Octal | 134 | 40 | 252 | 56 | 121 | 0 | 41 | 412 | 104 | 50 |
| Binary | 1011100 | 100000 | 10101010 | 101110 | 1010001 | 0 | 100001 | 100001010 | 1000100 | 101000 |
Color Harmonies of #5C20AA
Complementary color
Monochromatic Colors of #5C20AA
Black with #5C20AA
Text Example
Text Example
White with #5C20AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C20AA; }
p { color: rgb(92,32,170); }
H1.HeaderClassName
{
color: #5C20AA;
}
.AnyTagClassName
{
color: #5C20AA;
}
</style>
background-color css
<style>
a { background-color: #5C20AA; }
a { background-color: rgb(92,32,170); }
div.DivClassName
{
background-color: #5C20AA;
}
.BgClassName
{
background-color: #5C20AA;
}
</style>
border-color css
<style>
span { border-color: #5C20AA; }
span { border-color: rgb(92,32,170); }
td.TdClassName
{
border-color: #5C20AA;
}
.TagClassName
{
border-color: #5C20AA;
}
</style>