Shades of Purple Heart #500AD1
Tints of Purple Heart #500AD1
RGB
CMYK
RGB Variations
Color information
#500AD1 (or 0x500AD1) is known color: Purple Heart. HEX triplet: 50, 0A and D1. RGB value is (80,10,209). Sum of RGB (Red+Green+Blue) = 80+10+209=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 209 (82.03% from 255 or 69.90% from 299); Max value from RGB is 209 - color contains mainly: blue. Hex color #500AD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AD1 is #AFF52E. Grayscale: #343434. Windows color (decimal): -11531567 or 13699664. OLE color: 13699664.
HSL color Cylindrical-coordinate representation of color #500AD1: hue angle of 261.11º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500AD1 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 10 | 209 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.18 |
| HSL | 261.11º | 0.91% | 0.43% | - |
| HSV(B) | 261.11º | 0.95% | 0.82% | - |
| XYZ | 14.93 | 6.53 | 60.79 | - |
| YUV | 53.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 209 | 0.62 | 0.95 | 0 | 0.18 | 261.11 | 0.91 | 0.43 |
| Hex | 50 | A | D1 | 3E | 5F | 0 | 12 | 105 | 5B | 2B |
| Octal | 120 | 12 | 321 | 76 | 137 | 0 | 22 | 405 | 133 | 53 |
| Binary | 1010000 | 1010 | 11010001 | 111110 | 1011111 | 0 | 10010 | 100000101 | 1011011 | 101011 |
Color Harmonies of #500AD1
Complementary color
Monochromatic Colors of #500AD1
Black with #500AD1
Text Example
Text Example
White with #500AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AD1; }
p { color: rgb(80,10,209); }
H1.HeaderClassName
{
color: #500AD1;
}
.AnyTagClassName
{
color: #500AD1;
}
</style>
background-color css
<style>
a { background-color: #500AD1; }
a { background-color: rgb(80,10,209); }
div.DivClassName
{
background-color: #500AD1;
}
.BgClassName
{
background-color: #500AD1;
}
</style>
border-color css
<style>
span { border-color: #500AD1; }
span { border-color: rgb(80,10,209); }
td.TdClassName
{
border-color: #500AD1;
}
.TagClassName
{
border-color: #500AD1;
}
</style>