Shades of Han Purple #501FDA
Tints of Han Purple #501FDA
RGB
CMYK
RGB Variations
Color information
#501FDA (or 0x501FDA) is known color: Han Purple. HEX triplet: 50, 1F and DA. RGB value is (80,31,218). Sum of RGB (Red+Green+Blue) = 80+31+218=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 31 (12.5% from 255 or 9.42% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #501FDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FDA is #AFE025. Grayscale: #424242. Windows color (decimal): -11526182 or 14294864. OLE color: 14294864.
HSL color Cylindrical-coordinate representation of color #501FDA: hue angle of 255.72º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501FDA is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 31 | 218 | - |
| CMYK | 0.63 | 0.86 | 0 | 0.15 |
| HSL | 255.72º | 0.75% | 0.49% | - |
| HSV(B) | 255.72º | 0.86% | 0.85% | - |
| XYZ | 16.45 | 7.75 | 66.96 | - |
| YUV | 66.97 | 213.23 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 218 | 0.63 | 0.86 | 0 | 0.15 | 255.72 | 0.75 | 0.49 |
| Hex | 50 | 1F | DA | 3F | 56 | 0 | F | 100 | 4B | 31 |
| Octal | 120 | 37 | 332 | 77 | 126 | 0 | 17 | 400 | 113 | 61 |
| Binary | 1010000 | 11111 | 11011010 | 111111 | 1010110 | 0 | 1111 | 100000000 | 1001011 | 110001 |
Color Harmonies of #501FDA
Complementary color
Monochromatic Colors of #501FDA
Black with #501FDA
Text Example
Text Example
White with #501FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FDA; }
p { color: rgb(80,31,218); }
H1.HeaderClassName
{
color: #501FDA;
}
.AnyTagClassName
{
color: #501FDA;
}
</style>
background-color css
<style>
a { background-color: #501FDA; }
a { background-color: rgb(80,31,218); }
div.DivClassName
{
background-color: #501FDA;
}
.BgClassName
{
background-color: #501FDA;
}
</style>
border-color css
<style>
span { border-color: #501FDA; }
span { border-color: rgb(80,31,218); }
td.TdClassName
{
border-color: #501FDA;
}
.TagClassName
{
border-color: #501FDA;
}
</style>