Shades of Han Purple #501DFC
Tints of Han Purple #501DFC
RGB
CMYK
RGB Variations
Color information
#501DFC (or 0x501DFC) is known color: Han Purple. HEX triplet: 50, 1D and FC. RGB value is (80,29,252). Sum of RGB (Red+Green+Blue) = 80+29+252=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 252 (98.83% from 255 or 69.81% from 361); Max value from RGB is 252 - color contains mainly: blue. Hex color #501DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501DFC is #AFE203. Grayscale: #444444. Windows color (decimal): -11526660 or 16522576. OLE color: 16522576.
HSL color Cylindrical-coordinate representation of color #501DFC: hue angle of 253.72º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501DFC is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 29 | 252 | - |
| CMYK | 0.68 | 0.88 | 0 | 0.01 |
| HSL | 253.72º | 0.97% | 0.55% | - |
| HSV(B) | 253.72º | 0.88% | 0.99% | - |
| XYZ | 21.32 | 9.61 | 92.83 | - |
| YUV | 69.67 | 230.9 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 29 | 252 | 0.68 | 0.88 | 0 | 0.01 | 253.72 | 0.97 | 0.55 |
| Hex | 50 | 1D | FC | 44 | 58 | 0 | 1 | FE | 61 | 37 |
| Octal | 120 | 35 | 374 | 104 | 130 | 0 | 1 | 376 | 141 | 67 |
| Binary | 1010000 | 11101 | 11111100 | 1000100 | 1011000 | 0 | 1 | 11111110 | 1100001 | 110111 |
Color Harmonies of #501DFC
Complementary color
Monochromatic Colors of #501DFC
Black with #501DFC
Text Example
Text Example
White with #501DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501DFC; }
p { color: rgb(80,29,252); }
H1.HeaderClassName
{
color: #501DFC;
}
.AnyTagClassName
{
color: #501DFC;
}
</style>
background-color css
<style>
a { background-color: #501DFC; }
a { background-color: rgb(80,29,252); }
div.DivClassName
{
background-color: #501DFC;
}
.BgClassName
{
background-color: #501DFC;
}
</style>
border-color css
<style>
span { border-color: #501DFC; }
span { border-color: rgb(80,29,252); }
td.TdClassName
{
border-color: #501DFC;
}
.TagClassName
{
border-color: #501DFC;
}
</style>