Shades of Purple Heart #5C0AAA
Tints of Purple Heart #5C0AAA
RGB
CMYK
RGB Variations
Color information
#5C0AAA (or 0x5C0AAA) is known color: Purple Heart. HEX triplet: 5C, 0A and AA. RGB value is (92,10,170). Sum of RGB (Red+Green+Blue) = 92+10+170=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 10 (4.30% from 255 or 3.68% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C0AAA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AAA is #A3F555. Grayscale: #343434. Windows color (decimal): -10745174 or 11143772. OLE color: 11143772.
HSL color Cylindrical-coordinate representation of color #5C0AAA: hue angle of 270.75º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AAA is Cyan = 0.46, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 10 | 170 | - |
| CMYK | 0.46 | 0.94 | 0 | 0.33 |
| HSL | 270.75º | 0.89% | 0.35% | - |
| HSV(B) | 270.75º | 0.94% | 0.67% | - |
| XYZ | 11.78 | 5.39 | 38.45 | - |
| YUV | 52.76 | 194.17 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 170 | 0.46 | 0.94 | 0 | 0.33 | 270.75 | 0.89 | 0.35 |
| Hex | 5C | A | AA | 2E | 5E | 0 | 21 | 10F | 59 | 23 |
| Octal | 134 | 12 | 252 | 56 | 136 | 0 | 41 | 417 | 131 | 43 |
| Binary | 1011100 | 1010 | 10101010 | 101110 | 1011110 | 0 | 100001 | 100001111 | 1011001 | 100011 |
Color Harmonies of #5C0AAA
Complementary color
Monochromatic Colors of #5C0AAA
Black with #5C0AAA
Text Example
Text Example
White with #5C0AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AAA; }
p { color: rgb(92,10,170); }
H1.HeaderClassName
{
color: #5C0AAA;
}
.AnyTagClassName
{
color: #5C0AAA;
}
</style>
background-color css
<style>
a { background-color: #5C0AAA; }
a { background-color: rgb(92,10,170); }
div.DivClassName
{
background-color: #5C0AAA;
}
.BgClassName
{
background-color: #5C0AAA;
}
</style>
border-color css
<style>
span { border-color: #5C0AAA; }
span { border-color: rgb(92,10,170); }
td.TdClassName
{
border-color: #5C0AAA;
}
.TagClassName
{
border-color: #5C0AAA;
}
</style>