Shades of Han Purple #501FDC
Tints of Han Purple #501FDC
RGB
CMYK
RGB Variations
Color information
#501FDC (or 0x501FDC) is known color: Han Purple. HEX triplet: 50, 1F and DC. RGB value is (80,31,220). Sum of RGB (Red+Green+Blue) = 80+31+220=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #501FDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501FDC is #AFE023. Grayscale: #424242. Windows color (decimal): -11526180 or 14425936. OLE color: 14425936.
HSL color Cylindrical-coordinate representation of color #501FDC: hue angle of 255.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501FDC is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 31 | 220 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.14 |
| HSL | 255.56º | 0.75% | 0.49% | - |
| HSV(B) | 255.56º | 0.86% | 0.86% | - |
| XYZ | 16.72 | 7.85 | 68.34 | - |
| YUV | 67.2 | 214.23 | 137.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 31 | 220 | 0.64 | 0.86 | 0 | 0.14 | 255.56 | 0.75 | 0.49 |
| Hex | 50 | 1F | DC | 40 | 56 | 0 | E | 100 | 4B | 31 |
| Octal | 120 | 37 | 334 | 100 | 126 | 0 | 16 | 400 | 113 | 61 |
| Binary | 1010000 | 11111 | 11011100 | 1000000 | 1010110 | 0 | 1110 | 100000000 | 1001011 | 110001 |
Color Harmonies of #501FDC
Complementary color
Monochromatic Colors of #501FDC
Black with #501FDC
Text Example
Text Example
White with #501FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501FDC; }
p { color: rgb(80,31,220); }
H1.HeaderClassName
{
color: #501FDC;
}
.AnyTagClassName
{
color: #501FDC;
}
</style>
background-color css
<style>
a { background-color: #501FDC; }
a { background-color: rgb(80,31,220); }
div.DivClassName
{
background-color: #501FDC;
}
.BgClassName
{
background-color: #501FDC;
}
</style>
border-color css
<style>
span { border-color: #501FDC; }
span { border-color: rgb(80,31,220); }
td.TdClassName
{
border-color: #501FDC;
}
.TagClassName
{
border-color: #501FDC;
}
</style>