Shades of Han Purple #501DDA
Tints of Han Purple #501DDA
RGB
CMYK
RGB Variations
Color information
#501DDA (or 0x501DDA) is known color: Han Purple. HEX triplet: 50, 1D and DA. RGB value is (80,29,218). Sum of RGB (Red+Green+Blue) = 80+29+218=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 29 (11.72% from 255 or 8.87% from 327); Blue value is 218 (85.55% from 255 or 66.67% from 327); Max value from RGB is 218 - color contains mainly: blue. Hex color #501DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501DDA is #AFE225. Grayscale: #414141. Windows color (decimal): -11526694 or 14294352. OLE color: 14294352.
HSL color Cylindrical-coordinate representation of color #501DDA: hue angle of 256.19º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501DDA is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 29 | 218 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.15 |
| HSL | 256.19º | 0.77% | 0.48% | - |
| HSV(B) | 256.19º | 0.87% | 0.85% | - |
| XYZ | 16.4 | 7.65 | 66.94 | - |
| YUV | 65.8 | 213.9 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 218 | 0.63 | 0.87 | 0 | 0.15 | 256.19 | 0.77 | 0.48 |
| Hex | 50 | 1D | DA | 3F | 57 | 0 | F | 100 | 4D | 30 |
| Octal | 120 | 35 | 332 | 77 | 127 | 0 | 17 | 400 | 115 | 60 |
| Binary | 1010000 | 11101 | 11011010 | 111111 | 1010111 | 0 | 1111 | 100000000 | 1001101 | 110000 |
Color Harmonies of #501DDA
Complementary color
Monochromatic Colors of #501DDA
Black with #501DDA
Text Example
Text Example
White with #501DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DDA; }
p { color: rgb(80,29,218); }
H1.HeaderClassName
{
color: #501DDA;
}
.AnyTagClassName
{
color: #501DDA;
}
</style>
background-color css
<style>
a { background-color: #501DDA; }
a { background-color: rgb(80,29,218); }
div.DivClassName
{
background-color: #501DDA;
}
.BgClassName
{
background-color: #501DDA;
}
</style>
border-color css
<style>
span { border-color: #501DDA; }
span { border-color: rgb(80,29,218); }
td.TdClassName
{
border-color: #501DDA;
}
.TagClassName
{
border-color: #501DDA;
}
</style>