Shades of Purple Heart #502AC6
Tints of Purple Heart #502AC6
RGB
CMYK
RGB Variations
Color information
#502AC6 (or 0x502AC6) is known color: Purple Heart. HEX triplet: 50, 2A and C6. RGB value is (80,42,198). Sum of RGB (Red+Green+Blue) = 80+42+198=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 42 (16.80% from 255 or 13.12% from 320); Blue value is 198 (77.73% from 255 or 61.88% from 320); Max value from RGB is 198 - color contains mainly: blue. Hex color #502AC6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502AC6 is #AFD539. Grayscale: #464646. Windows color (decimal): -11523386 or 12986960. OLE color: 12986960.
HSL color Cylindrical-coordinate representation of color #502AC6: hue angle of 254.62º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #502AC6 is Cyan = 0.60, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 80 | 42 | 198 | - |
| CMYK | 0.60 | 0.79 | 0 | 0.22 |
| HSL | 254.62º | 0.65% | 0.47% | - |
| HSV(B) | 254.62º | 0.79% | 0.78% | - |
| XYZ | 14.33 | 7.44 | 54.11 | - |
| YUV | 71.15 | 199.59 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 198 | 0.60 | 0.79 | 0 | 0.22 | 254.62 | 0.65 | 0.47 |
| Hex | 50 | 2A | C6 | 3C | 4F | 0 | 16 | FF | 41 | 2F |
| Octal | 120 | 52 | 306 | 74 | 117 | 0 | 26 | 377 | 101 | 57 |
| Binary | 1010000 | 101010 | 11000110 | 111100 | 1001111 | 0 | 10110 | 11111111 | 1000001 | 101111 |
Color Harmonies of #502AC6
Complementary color
Monochromatic Colors of #502AC6
Black with #502AC6
Text Example
Text Example
White with #502AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AC6; }
p { color: rgb(80,42,198); }
H1.HeaderClassName
{
color: #502AC6;
}
.AnyTagClassName
{
color: #502AC6;
}
</style>
background-color css
<style>
a { background-color: #502AC6; }
a { background-color: rgb(80,42,198); }
div.DivClassName
{
background-color: #502AC6;
}
.BgClassName
{
background-color: #502AC6;
}
</style>
border-color css
<style>
span { border-color: #502AC6; }
span { border-color: rgb(80,42,198); }
td.TdClassName
{
border-color: #502AC6;
}
.TagClassName
{
border-color: #502AC6;
}
</style>