Shades of Han Purple #5009DA
Tints of Han Purple #5009DA
RGB
CMYK
RGB Variations
Color information
#5009DA (or 0x5009DA) is known color: Han Purple. HEX triplet: 50, 09 and DA. RGB value is (80,9,218). Sum of RGB (Red+Green+Blue) = 80+9+218=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #5009DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009DA is #AFF625. Grayscale: #353535. Windows color (decimal): -11531814 or 14289232. OLE color: 14289232.
HSL color Cylindrical-coordinate representation of color #5009DA: hue angle of 260.38º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009DA is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 9 | 218 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.15 |
| HSL | 260.38º | 0.92% | 0.45% | - |
| HSV(B) | 260.38º | 0.96% | 0.85% | - |
| XYZ | 16.06 | 6.96 | 66.83 | - |
| YUV | 54.06 | 220.52 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 218 | 0.63 | 0.96 | 0 | 0.15 | 260.38 | 0.92 | 0.45 |
| Hex | 50 | 9 | DA | 3F | 60 | 0 | F | 104 | 5C | 2D |
| Octal | 120 | 11 | 332 | 77 | 140 | 0 | 17 | 404 | 134 | 55 |
| Binary | 1010000 | 1001 | 11011010 | 111111 | 1100000 | 0 | 1111 | 100000100 | 1011100 | 101101 |
Color Harmonies of #5009DA
Complementary color
Monochromatic Colors of #5009DA
Black with #5009DA
Text Example
Text Example
White with #5009DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009DA; }
p { color: rgb(80,9,218); }
H1.HeaderClassName
{
color: #5009DA;
}
.AnyTagClassName
{
color: #5009DA;
}
</style>
background-color css
<style>
a { background-color: #5009DA; }
a { background-color: rgb(80,9,218); }
div.DivClassName
{
background-color: #5009DA;
}
.BgClassName
{
background-color: #5009DA;
}
</style>
border-color css
<style>
span { border-color: #5009DA; }
span { border-color: rgb(80,9,218); }
td.TdClassName
{
border-color: #5009DA;
}
.TagClassName
{
border-color: #5009DA;
}
</style>