Shades of Han Purple #501DDF
Tints of Han Purple #501DDF
RGB
CMYK
RGB Variations
Color information
#501DDF (or 0x501DDF) is known color: Han Purple. HEX triplet: 50, 1D and DF. RGB value is (80,29,223). Sum of RGB (Red+Green+Blue) = 80+29+223=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #501DDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DDF is #AFE220. Grayscale: #414141. Windows color (decimal): -11526689 or 14622032. OLE color: 14622032.
HSL color Cylindrical-coordinate representation of color #501DDF: hue angle of 255.77º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501DDF is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 29 | 223 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.13 |
| HSL | 255.77º | 0.77% | 0.49% | - |
| HSV(B) | 255.77º | 0.87% | 0.87% | - |
| XYZ | 17.07 | 7.91 | 70.44 | - |
| YUV | 66.37 | 216.4 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 223 | 0.64 | 0.87 | 0 | 0.13 | 255.77 | 0.77 | 0.49 |
| Hex | 50 | 1D | DF | 40 | 57 | 0 | D | 100 | 4D | 31 |
| Octal | 120 | 35 | 337 | 100 | 127 | 0 | 15 | 400 | 115 | 61 |
| Binary | 1010000 | 11101 | 11011111 | 1000000 | 1010111 | 0 | 1101 | 100000000 | 1001101 | 110001 |
Color Harmonies of #501DDF
Complementary color
Monochromatic Colors of #501DDF
Black with #501DDF
Text Example
Text Example
White with #501DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DDF; }
p { color: rgb(80,29,223); }
H1.HeaderClassName
{
color: #501DDF;
}
.AnyTagClassName
{
color: #501DDF;
}
</style>
background-color css
<style>
a { background-color: #501DDF; }
a { background-color: rgb(80,29,223); }
div.DivClassName
{
background-color: #501DDF;
}
.BgClassName
{
background-color: #501DDF;
}
</style>
border-color css
<style>
span { border-color: #501DDF; }
span { border-color: rgb(80,29,223); }
td.TdClassName
{
border-color: #501DDF;
}
.TagClassName
{
border-color: #501DDF;
}
</style>