Shades of Han Purple #5009EF
Tints of Han Purple #5009EF
RGB
CMYK
RGB Variations
Color information
#5009EF (or 0x5009EF) is known color: Han Purple. HEX triplet: 50, 09 and EF. RGB value is (80,9,239). Sum of RGB (Red+Green+Blue) = 80+9+239=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 9 (3.91% from 255 or 2.74% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #5009EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5009EF is #AFF610. Grayscale: #373737. Windows color (decimal): -11531793 or 15665488. OLE color: 15665488.
HSL color Cylindrical-coordinate representation of color #5009EF: hue angle of 258.52º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009EF is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 9 | 239 | - |
| CMYK | 0.67 | 0.96 | 0 | 0.06 |
| HSL | 258.52º | 0.93% | 0.49% | - |
| HSV(B) | 258.52º | 0.96% | 0.94% | - |
| XYZ | 18.99 | 8.13 | 82.23 | - |
| YUV | 56.45 | 231.02 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 239 | 0.67 | 0.96 | 0 | 0.06 | 258.52 | 0.93 | 0.49 |
| Hex | 50 | 9 | EF | 43 | 60 | 0 | 6 | 103 | 5D | 31 |
| Octal | 120 | 11 | 357 | 103 | 140 | 0 | 6 | 403 | 135 | 61 |
| Binary | 1010000 | 1001 | 11101111 | 1000011 | 1100000 | 0 | 110 | 100000011 | 1011101 | 110001 |
Color Harmonies of #5009EF
Complementary color
Monochromatic Colors of #5009EF
Black with #5009EF
Text Example
Text Example
White with #5009EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009EF; }
p { color: rgb(80,9,239); }
H1.HeaderClassName
{
color: #5009EF;
}
.AnyTagClassName
{
color: #5009EF;
}
</style>
background-color css
<style>
a { background-color: #5009EF; }
a { background-color: rgb(80,9,239); }
div.DivClassName
{
background-color: #5009EF;
}
.BgClassName
{
background-color: #5009EF;
}
</style>
border-color css
<style>
span { border-color: #5009EF; }
span { border-color: rgb(80,9,239); }
td.TdClassName
{
border-color: #5009EF;
}
.TagClassName
{
border-color: #5009EF;
}
</style>