Shades of Han Purple #5009E0
Tints of Han Purple #5009E0
RGB
CMYK
RGB Variations
Color information
#5009E0 (or 0x5009E0) is known color: Han Purple. HEX triplet: 50, 09 and E0. RGB value is (80,9,224). Sum of RGB (Red+Green+Blue) = 80+9+224=313 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.56% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 224 (87.89% from 255 or 71.57% from 313); Max value from RGB is 224 - color contains mainly: blue. Hex color #5009E0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009E0 is #AFF61F. Grayscale: #353535. Windows color (decimal): -11531808 or 14682448. OLE color: 14682448.
HSL color Cylindrical-coordinate representation of color #5009E0: hue angle of 259.81º degrees, saturation: 0.92, 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 #5009E0 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 9 | 224 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.12 |
| HSL | 259.81º | 0.92% | 0.46% | - |
| HSV(B) | 259.81º | 0.96% | 0.88% | - |
| XYZ | 16.86 | 7.28 | 71.04 | - |
| YUV | 54.74 | 223.52 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 224 | 0.64 | 0.96 | 0 | 0.12 | 259.81 | 0.92 | 0.46 |
| Hex | 50 | 9 | E0 | 40 | 60 | 0 | C | 104 | 5C | 2E |
| Octal | 120 | 11 | 340 | 100 | 140 | 0 | 14 | 404 | 134 | 56 |
| Binary | 1010000 | 1001 | 11100000 | 1000000 | 1100000 | 0 | 1100 | 100000100 | 1011100 | 101110 |
Color Harmonies of #5009E0
Complementary color
Monochromatic Colors of #5009E0
Black with #5009E0
Text Example
Text Example
White with #5009E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009E0; }
p { color: rgb(80,9,224); }
H1.HeaderClassName
{
color: #5009E0;
}
.AnyTagClassName
{
color: #5009E0;
}
</style>
background-color css
<style>
a { background-color: #5009E0; }
a { background-color: rgb(80,9,224); }
div.DivClassName
{
background-color: #5009E0;
}
.BgClassName
{
background-color: #5009E0;
}
</style>
border-color css
<style>
span { border-color: #5009E0; }
span { border-color: rgb(80,9,224); }
td.TdClassName
{
border-color: #5009E0;
}
.TagClassName
{
border-color: #5009E0;
}
</style>