Shades of Han Purple #5009DB
Tints of Han Purple #5009DB
RGB
CMYK
RGB Variations
Color information
#5009DB (or 0x5009DB) is known color: Han Purple. HEX triplet: 50, 09 and DB. RGB value is (80,9,219). Sum of RGB (Red+Green+Blue) = 80+9+219=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 219 (85.94% from 255 or 71.10% from 308); Max value from RGB is 219 - color contains mainly: blue. Hex color #5009DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5009DB is #AFF624. Grayscale: #353535. Windows color (decimal): -11531813 or 14354768. OLE color: 14354768.
HSL color Cylindrical-coordinate representation of color #5009DB: hue angle of 260.29º 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 #5009DB is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 9 | 219 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.14 |
| HSL | 260.29º | 0.92% | 0.45% | - |
| HSV(B) | 260.29º | 0.96% | 0.86% | - |
| XYZ | 16.19 | 7.02 | 67.52 | - |
| YUV | 54.17 | 221.02 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 9 | 219 | 0.63 | 0.96 | 0 | 0.14 | 260.29 | 0.92 | 0.45 |
| Hex | 50 | 9 | DB | 3F | 60 | 0 | E | 104 | 5C | 2D |
| Octal | 120 | 11 | 333 | 77 | 140 | 0 | 16 | 404 | 134 | 55 |
| Binary | 1010000 | 1001 | 11011011 | 111111 | 1100000 | 0 | 1110 | 100000100 | 1011100 | 101101 |
Color Harmonies of #5009DB
Complementary color
Monochromatic Colors of #5009DB
Black with #5009DB
Text Example
Text Example
White with #5009DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5009DB; }
p { color: rgb(80,9,219); }
H1.HeaderClassName
{
color: #5009DB;
}
.AnyTagClassName
{
color: #5009DB;
}
</style>
background-color css
<style>
a { background-color: #5009DB; }
a { background-color: rgb(80,9,219); }
div.DivClassName
{
background-color: #5009DB;
}
.BgClassName
{
background-color: #5009DB;
}
</style>
border-color css
<style>
span { border-color: #5009DB; }
span { border-color: rgb(80,9,219); }
td.TdClassName
{
border-color: #5009DB;
}
.TagClassName
{
border-color: #5009DB;
}
</style>