Shades of Han Purple #501ADF
Tints of Han Purple #501ADF
RGB
CMYK
RGB Variations
Color information
#501ADF (or 0x501ADF) is known color: Han Purple. HEX triplet: 50, 1A and DF. RGB value is (80,26,223). Sum of RGB (Red+Green+Blue) = 80+26+223=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 26 (10.55% from 255 or 7.90% from 329); Blue value is 223 (87.5% from 255 or 67.78% from 329); Max value from RGB is 223 - color contains mainly: blue. Hex color #501ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501ADF is #AFE520. Grayscale: #3F3F3F. Windows color (decimal): -11527457 or 14621264. OLE color: 14621264.
HSL color Cylindrical-coordinate representation of color #501ADF: hue angle of 256.45º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501ADF is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 26 | 223 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.13 |
| HSL | 256.45º | 0.79% | 0.49% | - |
| HSV(B) | 256.45º | 0.88% | 0.87% | - |
| XYZ | 17 | 7.77 | 70.42 | - |
| YUV | 64.6 | 217.39 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 26 | 223 | 0.64 | 0.88 | 0 | 0.13 | 256.45 | 0.79 | 0.49 |
| Hex | 50 | 1A | DF | 40 | 58 | 0 | D | 100 | 4F | 31 |
| Octal | 120 | 32 | 337 | 100 | 130 | 0 | 15 | 400 | 117 | 61 |
| Binary | 1010000 | 11010 | 11011111 | 1000000 | 1011000 | 0 | 1101 | 100000000 | 1001111 | 110001 |
Color Harmonies of #501ADF
Complementary color
Monochromatic Colors of #501ADF
Black with #501ADF
Text Example
Text Example
White with #501ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501ADF; }
p { color: rgb(80,26,223); }
H1.HeaderClassName
{
color: #501ADF;
}
.AnyTagClassName
{
color: #501ADF;
}
</style>
background-color css
<style>
a { background-color: #501ADF; }
a { background-color: rgb(80,26,223); }
div.DivClassName
{
background-color: #501ADF;
}
.BgClassName
{
background-color: #501ADF;
}
</style>
border-color css
<style>
span { border-color: #501ADF; }
span { border-color: rgb(80,26,223); }
td.TdClassName
{
border-color: #501ADF;
}
.TagClassName
{
border-color: #501ADF;
}
</style>