Shades of Han Purple #5014DB
Tints of Han Purple #5014DB
RGB
CMYK
RGB Variations
Color information
#5014DB (or 0x5014DB) is known color: Han Purple. HEX triplet: 50, 14 and DB. RGB value is (80,20,219). Sum of RGB (Red+Green+Blue) = 80+20+219=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #5014DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5014DB is #AFEB24. Grayscale: #3B3B3B. Windows color (decimal): -11528997 or 14357584. OLE color: 14357584.
HSL color Cylindrical-coordinate representation of color #5014DB: hue angle of 258.09º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5014DB is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 20 | 219 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.14 |
| HSL | 258.09º | 0.83% | 0.47% | - |
| HSV(B) | 258.09º | 0.91% | 0.86% | - |
| XYZ | 16.34 | 7.32 | 67.57 | - |
| YUV | 60.63 | 217.38 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 20 | 219 | 0.63 | 0.91 | 0 | 0.14 | 258.09 | 0.83 | 0.47 |
| Hex | 50 | 14 | DB | 3F | 5B | 0 | E | 102 | 53 | 2F |
| Octal | 120 | 24 | 333 | 77 | 133 | 0 | 16 | 402 | 123 | 57 |
| Binary | 1010000 | 10100 | 11011011 | 111111 | 1011011 | 0 | 1110 | 100000010 | 1010011 | 101111 |
Color Harmonies of #5014DB
Complementary color
Monochromatic Colors of #5014DB
Black with #5014DB
Text Example
Text Example
White with #5014DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5014DB; }
p { color: rgb(80,20,219); }
H1.HeaderClassName
{
color: #5014DB;
}
.AnyTagClassName
{
color: #5014DB;
}
</style>
background-color css
<style>
a { background-color: #5014DB; }
a { background-color: rgb(80,20,219); }
div.DivClassName
{
background-color: #5014DB;
}
.BgClassName
{
background-color: #5014DB;
}
</style>
border-color css
<style>
span { border-color: #5014DB; }
span { border-color: rgb(80,20,219); }
td.TdClassName
{
border-color: #5014DB;
}
.TagClassName
{
border-color: #5014DB;
}
</style>