Shades of Purple Heart #502AC0
Tints of Purple Heart #502AC0
RGB
CMYK
RGB Variations
Color information
#502AC0 (or 0x502AC0) is known color: Purple Heart. HEX triplet: 50, 2A and C0. RGB value is (80,42,192). Sum of RGB (Red+Green+Blue) = 80+42+192=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 42 (16.80% from 255 or 13.38% from 314); Blue value is 192 (75.39% from 255 or 61.15% from 314); Max value from RGB is 192 - color contains mainly: blue. Hex color #502AC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502AC0 is #AFD53F. Grayscale: #454545. Windows color (decimal): -11523392 or 12593744. OLE color: 12593744.
HSL color Cylindrical-coordinate representation of color #502AC0: hue angle of 255.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502AC0 is Cyan = 0.58, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 42 | 192 | - |
| CMYK | 0.58 | 0.78 | 0 | 0.25 |
| HSL | 255.2º | 0.64% | 0.46% | - |
| HSV(B) | 255.2º | 0.78% | 0.75% | - |
| XYZ | 13.65 | 7.17 | 50.53 | - |
| YUV | 70.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 192 | 0.58 | 0.78 | 0 | 0.25 | 255.2 | 0.64 | 0.46 |
| Hex | 50 | 2A | C0 | 3A | 4E | 0 | 19 | FF | 40 | 2E |
| Octal | 120 | 52 | 300 | 72 | 116 | 0 | 31 | 377 | 100 | 56 |
| Binary | 1010000 | 101010 | 11000000 | 111010 | 1001110 | 0 | 11001 | 11111111 | 1000000 | 101110 |
Color Harmonies of #502AC0
Complementary color
Monochromatic Colors of #502AC0
Black with #502AC0
Text Example
Text Example
White with #502AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AC0; }
p { color: rgb(80,42,192); }
H1.HeaderClassName
{
color: #502AC0;
}
.AnyTagClassName
{
color: #502AC0;
}
</style>
background-color css
<style>
a { background-color: #502AC0; }
a { background-color: rgb(80,42,192); }
div.DivClassName
{
background-color: #502AC0;
}
.BgClassName
{
background-color: #502AC0;
}
</style>
border-color css
<style>
span { border-color: #502AC0; }
span { border-color: rgb(80,42,192); }
td.TdClassName
{
border-color: #502AC0;
}
.TagClassName
{
border-color: #502AC0;
}
</style>