Shades of Han Purple #5009DC
Tints of Han Purple #5009DC
RGB
CMYK
RGB Variations
Color information
#5009DC (or 0x5009DC) is known color: Han Purple. HEX triplet: 50, 09 and DC. RGB value is (80,9,220). Sum of RGB (Red+Green+Blue) = 80+9+220=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 220 (86.33% from 255 or 71.20% from 309); Max value from RGB is 220 - color contains mainly: blue. Hex color #5009DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009DC is #AFF623. Grayscale: #353535. Windows color (decimal): -11531812 or 14420304. OLE color: 14420304.
HSL color Cylindrical-coordinate representation of color #5009DC: hue angle of 260.19º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5009DC is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 9 | 220 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.14 |
| HSL | 260.19º | 0.92% | 0.45% | - |
| HSV(B) | 260.19º | 0.96% | 0.86% | - |
| XYZ | 16.32 | 7.07 | 68.21 | - |
| YUV | 54.28 | 221.52 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 220 | 0.64 | 0.96 | 0 | 0.14 | 260.19 | 0.92 | 0.45 |
| Hex | 50 | 9 | DC | 40 | 60 | 0 | E | 104 | 5C | 2D |
| Octal | 120 | 11 | 334 | 100 | 140 | 0 | 16 | 404 | 134 | 55 |
| Binary | 1010000 | 1001 | 11011100 | 1000000 | 1100000 | 0 | 1110 | 100000100 | 1011100 | 101101 |
Color Harmonies of #5009DC
Complementary color
Monochromatic Colors of #5009DC
Black with #5009DC
Text Example
Text Example
White with #5009DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009DC; }
p { color: rgb(80,9,220); }
H1.HeaderClassName
{
color: #5009DC;
}
.AnyTagClassName
{
color: #5009DC;
}
</style>
background-color css
<style>
a { background-color: #5009DC; }
a { background-color: rgb(80,9,220); }
div.DivClassName
{
background-color: #5009DC;
}
.BgClassName
{
background-color: #5009DC;
}
</style>
border-color css
<style>
span { border-color: #5009DC; }
span { border-color: rgb(80,9,220); }
td.TdClassName
{
border-color: #5009DC;
}
.TagClassName
{
border-color: #5009DC;
}
</style>