Shades of Purple Heart #5A0CAC
Tints of Purple Heart #5A0CAC
RGB
CMYK
RGB Variations
Color information
#5A0CAC (or 0x5A0CAC) is known color: Purple Heart. HEX triplet: 5A, 0C and AC. RGB value is (90,12,172). Sum of RGB (Red+Green+Blue) = 90+12+172=274 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.85% from 274); Green value is 12 (5.08% from 255 or 4.38% 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 #5A0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0CAC is #A5F353. Grayscale: #353535. Windows color (decimal): -10875732 or 11275354. OLE color: 11275354.
HSL color Cylindrical-coordinate representation of color #5A0CAC: hue angle of 269.25º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A0CAC is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 90 | 12 | 172 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.33 |
| HSL | 269.25º | 0.87% | 0.36% | - |
| HSV(B) | 269.25º | 0.93% | 0.67% | - |
| XYZ | 11.79 | 5.42 | 39.45 | - |
| YUV | 53.56 | 194.84 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 12 | 172 | 0.48 | 0.93 | 0 | 0.33 | 269.25 | 0.87 | 0.36 |
| Hex | 5A | C | AC | 30 | 5D | 0 | 21 | 10D | 57 | 24 |
| Octal | 132 | 14 | 254 | 60 | 135 | 0 | 41 | 415 | 127 | 44 |
| Binary | 1011010 | 1100 | 10101100 | 110000 | 1011101 | 0 | 100001 | 100001101 | 1010111 | 100100 |
Color Harmonies of #5A0CAC
Complementary color
Monochromatic Colors of #5A0CAC
Black with #5A0CAC
Text Example
Text Example
White with #5A0CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0CAC; }
p { color: rgb(90,12,172); }
H1.HeaderClassName
{
color: #5A0CAC;
}
.AnyTagClassName
{
color: #5A0CAC;
}
</style>
background-color css
<style>
a { background-color: #5A0CAC; }
a { background-color: rgb(90,12,172); }
div.DivClassName
{
background-color: #5A0CAC;
}
.BgClassName
{
background-color: #5A0CAC;
}
</style>
border-color css
<style>
span { border-color: #5A0CAC; }
span { border-color: rgb(90,12,172); }
td.TdClassName
{
border-color: #5A0CAC;
}
.TagClassName
{
border-color: #5A0CAC;
}
</style>