Shades of Han Purple #501AD7
Tints of Han Purple #501AD7
RGB
CMYK
RGB Variations
Color information
#501AD7 (or 0x501AD7) is known color: Han Purple. HEX triplet: 50, 1A and D7. RGB value is (80,26,215). Sum of RGB (Red+Green+Blue) = 80+26+215=321 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.92% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 215 (84.38% from 255 or 66.98% from 321); Max value from RGB is 215 - color contains mainly: blue. Hex color #501AD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501AD7 is #AFE528. Grayscale: #3E3E3E. Windows color (decimal): -11527465 or 14096976. OLE color: 14096976.
HSL color Cylindrical-coordinate representation of color #501AD7: hue angle of 257.14º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501AD7 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 26 | 215 | - |
| CMYK | 0.63 | 0.88 | 0 | 0.16 |
| HSL | 257.14º | 0.78% | 0.47% | - |
| HSV(B) | 257.14º | 0.88% | 0.84% | - |
| XYZ | 15.94 | 7.35 | 64.87 | - |
| YUV | 63.69 | 213.39 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 215 | 0.63 | 0.88 | 0 | 0.16 | 257.14 | 0.78 | 0.47 |
| Hex | 50 | 1A | D7 | 3F | 58 | 0 | 10 | 101 | 4E | 2F |
| Octal | 120 | 32 | 327 | 77 | 130 | 0 | 20 | 401 | 116 | 57 |
| Binary | 1010000 | 11010 | 11010111 | 111111 | 1011000 | 0 | 10000 | 100000001 | 1001110 | 101111 |
Color Harmonies of #501AD7
Complementary color
Monochromatic Colors of #501AD7
Black with #501AD7
Text Example
Text Example
White with #501AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501AD7; }
p { color: rgb(80,26,215); }
H1.HeaderClassName
{
color: #501AD7;
}
.AnyTagClassName
{
color: #501AD7;
}
</style>
background-color css
<style>
a { background-color: #501AD7; }
a { background-color: rgb(80,26,215); }
div.DivClassName
{
background-color: #501AD7;
}
.BgClassName
{
background-color: #501AD7;
}
</style>
border-color css
<style>
span { border-color: #501AD7; }
span { border-color: rgb(80,26,215); }
td.TdClassName
{
border-color: #501AD7;
}
.TagClassName
{
border-color: #501AD7;
}
</style>