Shades of Purple Heart #502AB0
Tints of Purple Heart #502AB0
RGB
CMYK
RGB Variations
Color information
#502AB0 (or 0x502AB0) is known color: Purple Heart. HEX triplet: 50, 2A and B0. RGB value is (80,42,176). Sum of RGB (Red+Green+Blue) = 80+42+176=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 42 (16.80% from 255 or 14.09% from 298); Blue value is 176 (69.14% from 255 or 59.06% from 298); Max value from RGB is 176 - color contains mainly: blue. Hex color #502AB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502AB0 is #AFD54F. Grayscale: #444444. Windows color (decimal): -11523408 or 11545168. OLE color: 11545168.
HSL color Cylindrical-coordinate representation of color #502AB0: hue angle of 257.01º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #502AB0 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 42 | 176 | - |
| CMYK | 0.55 | 0.76 | 0 | 0.31 |
| HSL | 257.01º | 0.61% | 0.43% | - |
| HSV(B) | 257.01º | 0.76% | 0.69% | - |
| XYZ | 11.97 | 6.5 | 41.7 | - |
| YUV | 68.64 | 188.59 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 176 | 0.55 | 0.76 | 0 | 0.31 | 257.01 | 0.61 | 0.43 |
| Hex | 50 | 2A | B0 | 37 | 4C | 0 | 1F | 101 | 3D | 2B |
| Octal | 120 | 52 | 260 | 67 | 114 | 0 | 37 | 401 | 75 | 53 |
| Binary | 1010000 | 101010 | 10110000 | 110111 | 1001100 | 0 | 11111 | 100000001 | 111101 | 101011 |
Color Harmonies of #502AB0
Complementary color
Monochromatic Colors of #502AB0
Black with #502AB0
Text Example
Text Example
White with #502AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AB0; }
p { color: rgb(80,42,176); }
H1.HeaderClassName
{
color: #502AB0;
}
.AnyTagClassName
{
color: #502AB0;
}
</style>
background-color css
<style>
a { background-color: #502AB0; }
a { background-color: rgb(80,42,176); }
div.DivClassName
{
background-color: #502AB0;
}
.BgClassName
{
background-color: #502AB0;
}
</style>
border-color css
<style>
span { border-color: #502AB0; }
span { border-color: rgb(80,42,176); }
td.TdClassName
{
border-color: #502AB0;
}
.TagClassName
{
border-color: #502AB0;
}
</style>