Shades of Purple Heart #502AC1
Tints of Purple Heart #502AC1
RGB
CMYK
RGB Variations
Color information
#502AC1 (or 0x502AC1) is known color: Purple Heart. HEX triplet: 50, 2A and C1. RGB value is (80,42,193). Sum of RGB (Red+Green+Blue) = 80+42+193=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 193 (75.78% from 255 or 61.27% from 315); Max value from RGB is 193 - color contains mainly: blue. Hex color #502AC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #502AC1 is #AFD53E. Grayscale: #464646. Windows color (decimal): -11523391 or 12659280. OLE color: 12659280.
HSL color Cylindrical-coordinate representation of color #502AC1: hue angle of 255.1º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #502AC1 is Cyan = 0.59, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 42 | 193 | - |
| CMYK | 0.59 | 0.78 | 0 | 0.24 |
| HSL | 255.1º | 0.64% | 0.46% | - |
| HSV(B) | 255.1º | 0.78% | 0.76% | - |
| XYZ | 13.76 | 7.21 | 51.12 | - |
| YUV | 70.58 | 197.09 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 42 | 193 | 0.59 | 0.78 | 0 | 0.24 | 255.1 | 0.64 | 0.46 |
| Hex | 50 | 2A | C1 | 3B | 4E | 0 | 18 | FF | 40 | 2E |
| Octal | 120 | 52 | 301 | 73 | 116 | 0 | 30 | 377 | 100 | 56 |
| Binary | 1010000 | 101010 | 11000001 | 111011 | 1001110 | 0 | 11000 | 11111111 | 1000000 | 101110 |
Color Harmonies of #502AC1
Complementary color
Monochromatic Colors of #502AC1
Black with #502AC1
Text Example
Text Example
White with #502AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502AC1; }
p { color: rgb(80,42,193); }
H1.HeaderClassName
{
color: #502AC1;
}
.AnyTagClassName
{
color: #502AC1;
}
</style>
background-color css
<style>
a { background-color: #502AC1; }
a { background-color: rgb(80,42,193); }
div.DivClassName
{
background-color: #502AC1;
}
.BgClassName
{
background-color: #502AC1;
}
</style>
border-color css
<style>
span { border-color: #502AC1; }
span { border-color: rgb(80,42,193); }
td.TdClassName
{
border-color: #502AC1;
}
.TagClassName
{
border-color: #502AC1;
}
</style>