Shades of Han Purple #501CDE
Tints of Han Purple #501CDE
RGB
CMYK
RGB Variations
Color information
#501CDE (or 0x501CDE) is known color: Han Purple. HEX triplet: 50, 1C and DE. RGB value is (80,28,222). Sum of RGB (Red+Green+Blue) = 80+28+222=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 222 (87.11% from 255 or 67.27% from 330); Max value from RGB is 222 - color contains mainly: blue. Hex color #501CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #501CDE is #AFE321. Grayscale: #404040. Windows color (decimal): -11526946 or 14556240. OLE color: 14556240.
HSL color Cylindrical-coordinate representation of color #501CDE: hue angle of 256.08º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #501CDE is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 28 | 222 | - |
| CMYK | 0.64 | 0.87 | 0 | 0.13 |
| HSL | 256.08º | 0.78% | 0.49% | - |
| HSV(B) | 256.08º | 0.87% | 0.87% | - |
| XYZ | 16.91 | 7.81 | 69.72 | - |
| YUV | 65.66 | 216.23 | 138.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 28 | 222 | 0.64 | 0.87 | 0 | 0.13 | 256.08 | 0.78 | 0.49 |
| Hex | 50 | 1C | DE | 40 | 57 | 0 | D | 100 | 4E | 31 |
| Octal | 120 | 34 | 336 | 100 | 127 | 0 | 15 | 400 | 116 | 61 |
| Binary | 1010000 | 11100 | 11011110 | 1000000 | 1010111 | 0 | 1101 | 100000000 | 1001110 | 110001 |
Color Harmonies of #501CDE
Complementary color
Monochromatic Colors of #501CDE
Black with #501CDE
Text Example
Text Example
White with #501CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #501CDE; }
p { color: rgb(80,28,222); }
H1.HeaderClassName
{
color: #501CDE;
}
.AnyTagClassName
{
color: #501CDE;
}
</style>
background-color css
<style>
a { background-color: #501CDE; }
a { background-color: rgb(80,28,222); }
div.DivClassName
{
background-color: #501CDE;
}
.BgClassName
{
background-color: #501CDE;
}
</style>
border-color css
<style>
span { border-color: #501CDE; }
span { border-color: rgb(80,28,222); }
td.TdClassName
{
border-color: #501CDE;
}
.TagClassName
{
border-color: #501CDE;
}
</style>