Shades of Han Purple #501ADD
Tints of Han Purple #501ADD
RGB
CMYK
RGB Variations
Color information
#501ADD (or 0x501ADD) is known color: Han Purple. HEX triplet: 50, 1A and DD. RGB value is (80,26,221). Sum of RGB (Red+Green+Blue) = 80+26+221=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #501ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ADD is #AFE522. Grayscale: #3F3F3F. Windows color (decimal): -11527459 or 14490192. OLE color: 14490192.
HSL color Cylindrical-coordinate representation of color #501ADD: hue angle of 256.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501ADD is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 26 | 221 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.13 |
| HSL | 256.62º | 0.79% | 0.48% | - |
| HSV(B) | 256.62º | 0.88% | 0.87% | - |
| XYZ | 16.73 | 7.66 | 69 | - |
| YUV | 64.38 | 216.39 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 221 | 0.64 | 0.88 | 0 | 0.13 | 256.62 | 0.79 | 0.48 |
| Hex | 50 | 1A | DD | 40 | 58 | 0 | D | 101 | 4F | 30 |
| Octal | 120 | 32 | 335 | 100 | 130 | 0 | 15 | 401 | 117 | 60 |
| Binary | 1010000 | 11010 | 11011101 | 1000000 | 1011000 | 0 | 1101 | 100000001 | 1001111 | 110000 |
Color Harmonies of #501ADD
Complementary color
Monochromatic Colors of #501ADD
Black with #501ADD
Text Example
Text Example
White with #501ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ADD; }
p { color: rgb(80,26,221); }
H1.HeaderClassName
{
color: #501ADD;
}
.AnyTagClassName
{
color: #501ADD;
}
</style>
background-color css
<style>
a { background-color: #501ADD; }
a { background-color: rgb(80,26,221); }
div.DivClassName
{
background-color: #501ADD;
}
.BgClassName
{
background-color: #501ADD;
}
</style>
border-color css
<style>
span { border-color: #501ADD; }
span { border-color: rgb(80,26,221); }
td.TdClassName
{
border-color: #501ADD;
}
.TagClassName
{
border-color: #501ADD;
}
</style>