Shades of Han Purple #501DF7
Tints of Han Purple #501DF7
RGB
CMYK
RGB Variations
Color information
#501DF7 (or 0x501DF7) is known color: Han Purple. HEX triplet: 50, 1D and F7. RGB value is (80,29,247). Sum of RGB (Red+Green+Blue) = 80+29+247=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 247 (96.88% from 255 or 69.38% from 356); Max value from RGB is 247 - color contains mainly: blue. Hex color #501DF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DF7 is #AFE208. Grayscale: #444444. Windows color (decimal): -11526665 or 16194896. OLE color: 16194896.
HSL color Cylindrical-coordinate representation of color #501DF7: hue angle of 254.04º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DF7 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 80 | 29 | 247 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.03 |
| HSL | 254.04º | 0.93% | 0.54% | - |
| HSV(B) | 254.04º | 0.88% | 0.97% | - |
| XYZ | 20.54 | 9.3 | 88.71 | - |
| YUV | 69.1 | 228.4 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 247 | 0.68 | 0.88 | 0 | 0.03 | 254.04 | 0.93 | 0.54 |
| Hex | 50 | 1D | F7 | 44 | 58 | 0 | 3 | FE | 5D | 36 |
| Octal | 120 | 35 | 367 | 104 | 130 | 0 | 3 | 376 | 135 | 66 |
| Binary | 1010000 | 11101 | 11110111 | 1000100 | 1011000 | 0 | 11 | 11111110 | 1011101 | 110110 |
Color Harmonies of #501DF7
Complementary color
Monochromatic Colors of #501DF7
Black with #501DF7
Text Example
Text Example
White with #501DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DF7; }
p { color: rgb(80,29,247); }
H1.HeaderClassName
{
color: #501DF7;
}
.AnyTagClassName
{
color: #501DF7;
}
</style>
background-color css
<style>
a { background-color: #501DF7; }
a { background-color: rgb(80,29,247); }
div.DivClassName
{
background-color: #501DF7;
}
.BgClassName
{
background-color: #501DF7;
}
</style>
border-color css
<style>
span { border-color: #501DF7; }
span { border-color: rgb(80,29,247); }
td.TdClassName
{
border-color: #501DF7;
}
.TagClassName
{
border-color: #501DF7;
}
</style>