Shades of Han Purple #501CE0
Tints of Han Purple #501CE0
RGB
CMYK
RGB Variations
Color information
#501CE0 (or 0x501CE0) is known color: Han Purple. HEX triplet: 50, 1C and E0. RGB value is (80,28,224). Sum of RGB (Red+Green+Blue) = 80+28+224=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 28 (11.33% from 255 or 8.43% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #501CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CE0 is #AFE31F. Grayscale: #414141. Windows color (decimal): -11526944 or 14687312. OLE color: 14687312.
HSL color Cylindrical-coordinate representation of color #501CE0: hue angle of 255.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #501CE0 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 80 | 28 | 224 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.12 |
| HSL | 255.92º | 0.78% | 0.49% | - |
| HSV(B) | 255.92º | 0.88% | 0.88% | - |
| XYZ | 17.18 | 7.92 | 71.14 | - |
| YUV | 65.89 | 217.23 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 224 | 0.64 | 0.88 | 0 | 0.12 | 255.92 | 0.78 | 0.49 |
| Hex | 50 | 1C | E0 | 40 | 58 | 0 | C | 100 | 4E | 31 |
| Octal | 120 | 34 | 340 | 100 | 130 | 0 | 14 | 400 | 116 | 61 |
| Binary | 1010000 | 11100 | 11100000 | 1000000 | 1011000 | 0 | 1100 | 100000000 | 1001110 | 110001 |
Color Harmonies of #501CE0
Complementary color
Monochromatic Colors of #501CE0
Black with #501CE0
Text Example
Text Example
White with #501CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CE0; }
p { color: rgb(80,28,224); }
H1.HeaderClassName
{
color: #501CE0;
}
.AnyTagClassName
{
color: #501CE0;
}
</style>
background-color css
<style>
a { background-color: #501CE0; }
a { background-color: rgb(80,28,224); }
div.DivClassName
{
background-color: #501CE0;
}
.BgClassName
{
background-color: #501CE0;
}
</style>
border-color css
<style>
span { border-color: #501CE0; }
span { border-color: rgb(80,28,224); }
td.TdClassName
{
border-color: #501CE0;
}
.TagClassName
{
border-color: #501CE0;
}
</style>