Shades of Han Purple #501DDB
Tints of Han Purple #501DDB
RGB
CMYK
RGB Variations
Color information
#501DDB (or 0x501DDB) is known color: Han Purple. HEX triplet: 50, 1D and DB. RGB value is (80,29,219). Sum of RGB (Red+Green+Blue) = 80+29+219=328 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.39% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #501DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DDB is #AFE224. Grayscale: #414141. Windows color (decimal): -11526693 or 14359888. OLE color: 14359888.
HSL color Cylindrical-coordinate representation of color #501DDB: hue angle of 256.11º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501DDB is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 29 | 219 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.14 |
| HSL | 256.11º | 0.77% | 0.49% | - |
| HSV(B) | 256.11º | 0.87% | 0.86% | - |
| XYZ | 16.53 | 7.7 | 67.63 | - |
| YUV | 65.91 | 214.4 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 219 | 0.63 | 0.87 | 0 | 0.14 | 256.11 | 0.77 | 0.49 |
| Hex | 50 | 1D | DB | 3F | 57 | 0 | E | 100 | 4D | 31 |
| Octal | 120 | 35 | 333 | 77 | 127 | 0 | 16 | 400 | 115 | 61 |
| Binary | 1010000 | 11101 | 11011011 | 111111 | 1010111 | 0 | 1110 | 100000000 | 1001101 | 110001 |
Color Harmonies of #501DDB
Complementary color
Monochromatic Colors of #501DDB
Black with #501DDB
Text Example
Text Example
White with #501DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DDB; }
p { color: rgb(80,29,219); }
H1.HeaderClassName
{
color: #501DDB;
}
.AnyTagClassName
{
color: #501DDB;
}
</style>
background-color css
<style>
a { background-color: #501DDB; }
a { background-color: rgb(80,29,219); }
div.DivClassName
{
background-color: #501DDB;
}
.BgClassName
{
background-color: #501DDB;
}
</style>
border-color css
<style>
span { border-color: #501DDB; }
span { border-color: rgb(80,29,219); }
td.TdClassName
{
border-color: #501DDB;
}
.TagClassName
{
border-color: #501DDB;
}
</style>