Shades of Han Purple #500AE0
Tints of Han Purple #500AE0
RGB
CMYK
RGB Variations
Color information
#500AE0 (or 0x500AE0) is known color: Han Purple. HEX triplet: 50, 0A and E0. RGB value is (80,10,224). Sum of RGB (Red+Green+Blue) = 80+10+224=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 10 (4.30% from 255 or 3.18% from 314); Blue value is 224 (87.89% from 255 or 71.34% from 314); Max value from RGB is 224 - color contains mainly: blue. Hex color #500AE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #500AE0 is #AFF51F. Grayscale: #363636. Windows color (decimal): -11531552 or 14682704. OLE color: 14682704.
HSL color Cylindrical-coordinate representation of color #500AE0: hue angle of 259.63º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500AE0 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 10 | 224 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.12 |
| HSL | 259.63º | 0.91% | 0.46% | - |
| HSV(B) | 259.63º | 0.96% | 0.88% | - |
| XYZ | 16.87 | 7.3 | 71.04 | - |
| YUV | 55.33 | 223.19 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 10 | 224 | 0.64 | 0.96 | 0 | 0.12 | 259.63 | 0.91 | 0.46 |
| Hex | 50 | A | E0 | 40 | 60 | 0 | C | 104 | 5B | 2E |
| Octal | 120 | 12 | 340 | 100 | 140 | 0 | 14 | 404 | 133 | 56 |
| Binary | 1010000 | 1010 | 11100000 | 1000000 | 1100000 | 0 | 1100 | 100000100 | 1011011 | 101110 |
Color Harmonies of #500AE0
Complementary color
Monochromatic Colors of #500AE0
Black with #500AE0
Text Example
Text Example
White with #500AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #500AE0; }
p { color: rgb(80,10,224); }
H1.HeaderClassName
{
color: #500AE0;
}
.AnyTagClassName
{
color: #500AE0;
}
</style>
background-color css
<style>
a { background-color: #500AE0; }
a { background-color: rgb(80,10,224); }
div.DivClassName
{
background-color: #500AE0;
}
.BgClassName
{
background-color: #500AE0;
}
</style>
border-color css
<style>
span { border-color: #500AE0; }
span { border-color: rgb(80,10,224); }
td.TdClassName
{
border-color: #500AE0;
}
.TagClassName
{
border-color: #500AE0;
}
</style>