Shades of Purple Heart #500AC1
Tints of Purple Heart #500AC1
RGB
CMYK
RGB Variations
Color information
#500AC1 (or 0x500AC1) is known color: Purple Heart. HEX triplet: 50, 0A and C1. RGB value is (80,10,193). Sum of RGB (Red+Green+Blue) = 80+10+193=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 193 (75.78% from 255 or 68.20% from 283); Max value from RGB is 193 - color contains mainly: blue. Hex color #500AC1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AC1 is #AFF53E. Grayscale: #333333. Windows color (decimal): -11531583 or 12651088. OLE color: 12651088.
HSL color Cylindrical-coordinate representation of color #500AC1: hue angle of 262.95º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500AC1 is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 10 | 193 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.24 |
| HSL | 262.95º | 0.9% | 0.4% | - |
| HSV(B) | 262.95º | 0.95% | 0.76% | - |
| XYZ | 13.04 | 5.77 | 50.88 | - |
| YUV | 51.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 193 | 0.59 | 0.95 | 0 | 0.24 | 262.95 | 0.9 | 0.4 |
| Hex | 50 | A | C1 | 3B | 5F | 0 | 18 | 107 | 5A | 28 |
| Octal | 120 | 12 | 301 | 73 | 137 | 0 | 30 | 407 | 132 | 50 |
| Binary | 1010000 | 1010 | 11000001 | 111011 | 1011111 | 0 | 11000 | 100000111 | 1011010 | 101000 |
Color Harmonies of #500AC1
Complementary color
Monochromatic Colors of #500AC1
Black with #500AC1
Text Example
Text Example
White with #500AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AC1; }
p { color: rgb(80,10,193); }
H1.HeaderClassName
{
color: #500AC1;
}
.AnyTagClassName
{
color: #500AC1;
}
</style>
background-color css
<style>
a { background-color: #500AC1; }
a { background-color: rgb(80,10,193); }
div.DivClassName
{
background-color: #500AC1;
}
.BgClassName
{
background-color: #500AC1;
}
</style>
border-color css
<style>
span { border-color: #500AC1; }
span { border-color: rgb(80,10,193); }
td.TdClassName
{
border-color: #500AC1;
}
.TagClassName
{
border-color: #500AC1;
}
</style>