Shades of Han Purple #501FDB
Tints of Han Purple #501FDB
RGB
CMYK
RGB Variations
Color information
#501FDB (or 0x501FDB) is known color: Han Purple. HEX triplet: 50, 1F and DB. RGB value is (80,31,219). Sum of RGB (Red+Green+Blue) = 80+31+219=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 31 (12.5% from 255 or 9.39% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #501FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FDB is #AFE024. Grayscale: #424242. Windows color (decimal): -11526181 or 14360400. OLE color: 14360400.
HSL color Cylindrical-coordinate representation of color #501FDB: hue angle of 255.64º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501FDB is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 31 | 219 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.14 |
| HSL | 255.64º | 0.75% | 0.49% | - |
| HSV(B) | 255.64º | 0.86% | 0.86% | - |
| XYZ | 16.58 | 7.8 | 67.65 | - |
| YUV | 67.08 | 213.73 | 137.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 219 | 0.63 | 0.86 | 0 | 0.14 | 255.64 | 0.75 | 0.49 |
| Hex | 50 | 1F | DB | 3F | 56 | 0 | E | 100 | 4B | 31 |
| Octal | 120 | 37 | 333 | 77 | 126 | 0 | 16 | 400 | 113 | 61 |
| Binary | 1010000 | 11111 | 11011011 | 111111 | 1010110 | 0 | 1110 | 100000000 | 1001011 | 110001 |
Color Harmonies of #501FDB
Complementary color
Monochromatic Colors of #501FDB
Black with #501FDB
Text Example
Text Example
White with #501FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FDB; }
p { color: rgb(80,31,219); }
H1.HeaderClassName
{
color: #501FDB;
}
.AnyTagClassName
{
color: #501FDB;
}
</style>
background-color css
<style>
a { background-color: #501FDB; }
a { background-color: rgb(80,31,219); }
div.DivClassName
{
background-color: #501FDB;
}
.BgClassName
{
background-color: #501FDB;
}
</style>
border-color css
<style>
span { border-color: #501FDB; }
span { border-color: rgb(80,31,219); }
td.TdClassName
{
border-color: #501FDB;
}
.TagClassName
{
border-color: #501FDB;
}
</style>