Shades of Han Purple #501CFF
Tints of Han Purple #501CFF
RGB
CMYK
RGB Variations
Color information
#501CFF (or 0x501CFF) is known color: Han Purple. HEX triplet: 50, 1C and FF. RGB value is (80,28,255). Sum of RGB (Red+Green+Blue) = 80+28+255=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 28 (11.33% from 255 or 7.71% from 363); Blue value is 255 (100% from 255 or 70.25% from 363); Max value from RGB is 255 - color contains mainly: blue. Hex color #501CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #501CFF is #AFE300. Grayscale: #444444. Windows color (decimal): -11526913 or 16718928. OLE color: 16718928.
HSL color Cylindrical-coordinate representation of color #501CFF: hue angle of 253.74º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #501CFF is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 28 | 255 | - |
| CMYK | 0.69 | 0.89 | 0 | 0 |
| HSL | 253.74º | 1% | 0.55% | - |
| HSV(B) | 253.74º | 0.89% | 1% | - |
| XYZ | 21.77 | 9.76 | 95.34 | - |
| YUV | 69.43 | 232.73 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 255 | 0.69 | 0.89 | 0 | 0 | 253.74 | 1 | 0.55 |
| Hex | 50 | 1C | FF | 45 | 59 | 0 | 0 | FE | 64 | 37 |
| Octal | 120 | 34 | 377 | 105 | 131 | 0 | 0 | 376 | 144 | 67 |
| Binary | 1010000 | 11100 | 11111111 | 1000101 | 1011001 | 0 | 0 | 11111110 | 1100100 | 110111 |
Color Harmonies of #501CFF
Complementary color
Monochromatic Colors of #501CFF
Black with #501CFF
Text Example
Text Example
White with #501CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CFF; }
p { color: rgb(80,28,255); }
H1.HeaderClassName
{
color: #501CFF;
}
.AnyTagClassName
{
color: #501CFF;
}
</style>
background-color css
<style>
a { background-color: #501CFF; }
a { background-color: rgb(80,28,255); }
div.DivClassName
{
background-color: #501CFF;
}
.BgClassName
{
background-color: #501CFF;
}
</style>
border-color css
<style>
span { border-color: #501CFF; }
span { border-color: rgb(80,28,255); }
td.TdClassName
{
border-color: #501CFF;
}
.TagClassName
{
border-color: #501CFF;
}
</style>