Shades of Purple Heart #5C0AAC
Tints of Purple Heart #5C0AAC
RGB
CMYK
RGB Variations
Color information
#5C0AAC (or 0x5C0AAC) is known color: Purple Heart. HEX triplet: 5C, 0A and AC. RGB value is (92,10,172). Sum of RGB (Red+Green+Blue) = 92+10+172=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 10 (4.30% from 255 or 3.65% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C0AAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C0AAC is #A3F553. Grayscale: #343434. Windows color (decimal): -10745172 or 11274844. OLE color: 11274844.
HSL color Cylindrical-coordinate representation of color #5C0AAC: hue angle of 270.37º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5C0AAC is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 10 | 172 | - |
| CMYK | 0.47 | 0.94 | 0 | 0.33 |
| HSL | 270.37º | 0.89% | 0.36% | - |
| HSV(B) | 270.37º | 0.94% | 0.67% | - |
| XYZ | 11.97 | 5.47 | 39.45 | - |
| YUV | 52.99 | 195.17 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 10 | 172 | 0.47 | 0.94 | 0 | 0.33 | 270.37 | 0.89 | 0.36 |
| Hex | 5C | A | AC | 2F | 5E | 0 | 21 | 10E | 59 | 24 |
| Octal | 134 | 12 | 254 | 57 | 136 | 0 | 41 | 416 | 131 | 44 |
| Binary | 1011100 | 1010 | 10101100 | 101111 | 1011110 | 0 | 100001 | 100001110 | 1011001 | 100100 |
Color Harmonies of #5C0AAC
Complementary color
Monochromatic Colors of #5C0AAC
Black with #5C0AAC
Text Example
Text Example
White with #5C0AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0AAC; }
p { color: rgb(92,10,172); }
H1.HeaderClassName
{
color: #5C0AAC;
}
.AnyTagClassName
{
color: #5C0AAC;
}
</style>
background-color css
<style>
a { background-color: #5C0AAC; }
a { background-color: rgb(92,10,172); }
div.DivClassName
{
background-color: #5C0AAC;
}
.BgClassName
{
background-color: #5C0AAC;
}
</style>
border-color css
<style>
span { border-color: #5C0AAC; }
span { border-color: rgb(92,10,172); }
td.TdClassName
{
border-color: #5C0AAC;
}
.TagClassName
{
border-color: #5C0AAC;
}
</style>