Shades of Han Purple #5023DE
Tints of Han Purple #5023DE
RGB
CMYK
RGB Variations
Color information
#5023DE (or 0x5023DE) is known color: Han Purple. HEX triplet: 50, 23 and DE. RGB value is (80,35,222). Sum of RGB (Red+Green+Blue) = 80+35+222=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 222 (87.11% from 255 or 65.88% from 337); Max value from RGB is 222 - color contains mainly: blue. Hex color #5023DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5023DE is #AFDC21. Grayscale: #454545. Windows color (decimal): -11525154 or 14558032. OLE color: 14558032.
HSL color Cylindrical-coordinate representation of color #5023DE: hue angle of 254.44º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5023DE is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 35 | 222 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.13 |
| HSL | 254.44º | 0.74% | 0.5% | - |
| HSV(B) | 254.44º | 0.84% | 0.87% | - |
| XYZ | 17.09 | 8.18 | 69.79 | - |
| YUV | 69.77 | 213.91 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 222 | 0.64 | 0.84 | 0 | 0.13 | 254.44 | 0.74 | 0.5 |
| Hex | 50 | 23 | DE | 40 | 54 | 0 | D | FE | 4A | 32 |
| Octal | 120 | 43 | 336 | 100 | 124 | 0 | 15 | 376 | 112 | 62 |
| Binary | 1010000 | 100011 | 11011110 | 1000000 | 1010100 | 0 | 1101 | 11111110 | 1001010 | 110010 |
Color Harmonies of #5023DE
Complementary color
Monochromatic Colors of #5023DE
Black with #5023DE
Text Example
Text Example
White with #5023DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5023DE; }
p { color: rgb(80,35,222); }
H1.HeaderClassName
{
color: #5023DE;
}
.AnyTagClassName
{
color: #5023DE;
}
</style>
background-color css
<style>
a { background-color: #5023DE; }
a { background-color: rgb(80,35,222); }
div.DivClassName
{
background-color: #5023DE;
}
.BgClassName
{
background-color: #5023DE;
}
</style>
border-color css
<style>
span { border-color: #5023DE; }
span { border-color: rgb(80,35,222); }
td.TdClassName
{
border-color: #5023DE;
}
.TagClassName
{
border-color: #5023DE;
}
</style>