Shades of Han Purple #501BD7
Tints of Han Purple #501BD7
RGB
CMYK
RGB Variations
Color information
#501BD7 (or 0x501BD7) is known color: Han Purple. HEX triplet: 50, 1B and D7. RGB value is (80,27,215). Sum of RGB (Red+Green+Blue) = 80+27+215=322 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.84% from 322); Green value is 27 (10.94% from 255 or 8.39% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #501BD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501BD7 is #AFE428. Grayscale: #3F3F3F. Windows color (decimal): -11527209 or 14097232. OLE color: 14097232.
HSL color Cylindrical-coordinate representation of color #501BD7: hue angle of 256.91º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501BD7 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 27 | 215 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.16 |
| HSL | 256.91º | 0.78% | 0.47% | - |
| HSV(B) | 256.91º | 0.87% | 0.84% | - |
| XYZ | 15.97 | 7.4 | 64.88 | - |
| YUV | 64.28 | 213.06 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 27 | 215 | 0.63 | 0.87 | 0 | 0.16 | 256.91 | 0.78 | 0.47 |
| Hex | 50 | 1B | D7 | 3F | 57 | 0 | 10 | 101 | 4E | 2F |
| Octal | 120 | 33 | 327 | 77 | 127 | 0 | 20 | 401 | 116 | 57 |
| Binary | 1010000 | 11011 | 11010111 | 111111 | 1010111 | 0 | 10000 | 100000001 | 1001110 | 101111 |
Color Harmonies of #501BD7
Complementary color
Monochromatic Colors of #501BD7
Black with #501BD7
Text Example
Text Example
White with #501BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501BD7; }
p { color: rgb(80,27,215); }
H1.HeaderClassName
{
color: #501BD7;
}
.AnyTagClassName
{
color: #501BD7;
}
</style>
background-color css
<style>
a { background-color: #501BD7; }
a { background-color: rgb(80,27,215); }
div.DivClassName
{
background-color: #501BD7;
}
.BgClassName
{
background-color: #501BD7;
}
</style>
border-color css
<style>
span { border-color: #501BD7; }
span { border-color: rgb(80,27,215); }
td.TdClassName
{
border-color: #501BD7;
}
.TagClassName
{
border-color: #501BD7;
}
</style>