Shades of Purple Heart #502AAB
Tints of Purple Heart #502AAB
RGB
CMYK
RGB Variations
Color information
#502AAB (or 0x502AAB) is known color: Purple Heart. HEX triplet: 50, 2A and AB. RGB value is (80,42,171). Sum of RGB (Red+Green+Blue) = 80+42+171=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #502AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502AAB is #AFD554. Grayscale: #434343. Windows color (decimal): -11523413 or 11217488. OLE color: 11217488.
HSL color Cylindrical-coordinate representation of color #502AAB: hue angle of 257.67º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502AAB is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 80 | 42 | 171 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.33 |
| HSL | 257.67º | 0.61% | 0.42% | - |
| HSV(B) | 257.67º | 0.75% | 0.67% | - |
| XYZ | 11.49 | 6.3 | 39.14 | - |
| YUV | 68.07 | 186.09 | 136.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 171 | 0.53 | 0.75 | 0 | 0.33 | 257.67 | 0.61 | 0.42 |
| Hex | 50 | 2A | AB | 35 | 4B | 0 | 21 | 102 | 3D | 2A |
| Octal | 120 | 52 | 253 | 65 | 113 | 0 | 41 | 402 | 75 | 52 |
| Binary | 1010000 | 101010 | 10101011 | 110101 | 1001011 | 0 | 100001 | 100000010 | 111101 | 101010 |
Color Harmonies of #502AAB
Complementary color
Monochromatic Colors of #502AAB
Black with #502AAB
Text Example
Text Example
White with #502AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AAB; }
p { color: rgb(80,42,171); }
H1.HeaderClassName
{
color: #502AAB;
}
.AnyTagClassName
{
color: #502AAB;
}
</style>
background-color css
<style>
a { background-color: #502AAB; }
a { background-color: rgb(80,42,171); }
div.DivClassName
{
background-color: #502AAB;
}
.BgClassName
{
background-color: #502AAB;
}
</style>
border-color css
<style>
span { border-color: #502AAB; }
span { border-color: rgb(80,42,171); }
td.TdClassName
{
border-color: #502AAB;
}
.TagClassName
{
border-color: #502AAB;
}
</style>