Shades of Purple Heart #502AAC
Tints of Purple Heart #502AAC
RGB
CMYK
RGB Variations
Color information
#502AAC (or 0x502AAC) is known color: Purple Heart. HEX triplet: 50, 2A and AC. RGB value is (80,42,172). Sum of RGB (Red+Green+Blue) = 80+42+172=294 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.21% from 294); Green value is 42 (16.80% from 255 or 14.29% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #502AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502AAC is #AFD553. Grayscale: #434343. Windows color (decimal): -11523412 or 11283024. OLE color: 11283024.
HSL color Cylindrical-coordinate representation of color #502AAC: hue angle of 257.54º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502AAC is Cyan = 0.53, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 42 | 172 | - |
| CMYK | 0.53 | 0.76 | 0 | 0.33 |
| HSL | 257.54º | 0.61% | 0.42% | - |
| HSV(B) | 257.54º | 0.76% | 0.67% | - |
| XYZ | 11.58 | 6.34 | 39.64 | - |
| YUV | 68.18 | 186.59 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 172 | 0.53 | 0.76 | 0 | 0.33 | 257.54 | 0.61 | 0.42 |
| Hex | 50 | 2A | AC | 35 | 4C | 0 | 21 | 102 | 3D | 2A |
| Octal | 120 | 52 | 254 | 65 | 114 | 0 | 41 | 402 | 75 | 52 |
| Binary | 1010000 | 101010 | 10101100 | 110101 | 1001100 | 0 | 100001 | 100000010 | 111101 | 101010 |
Color Harmonies of #502AAC
Complementary color
Monochromatic Colors of #502AAC
Black with #502AAC
Text Example
Text Example
White with #502AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AAC; }
p { color: rgb(80,42,172); }
H1.HeaderClassName
{
color: #502AAC;
}
.AnyTagClassName
{
color: #502AAC;
}
</style>
background-color css
<style>
a { background-color: #502AAC; }
a { background-color: rgb(80,42,172); }
div.DivClassName
{
background-color: #502AAC;
}
.BgClassName
{
background-color: #502AAC;
}
</style>
border-color css
<style>
span { border-color: #502AAC; }
span { border-color: rgb(80,42,172); }
td.TdClassName
{
border-color: #502AAC;
}
.TagClassName
{
border-color: #502AAC;
}
</style>