Shades of Han Purple #5123ED
Tints of Han Purple #5123ED
RGB
CMYK
RGB Variations
Color information
#5123ED (or 0x5123ED) is known color: Han Purple. HEX triplet: 51, 23 and ED. RGB value is (81,35,237). Sum of RGB (Red+Green+Blue) = 81+35+237=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 35 (14.06% from 255 or 9.92% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #5123ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5123ED is #AEDC12. Grayscale: #474747. Windows color (decimal): -11459603 or 15541073. OLE color: 15541073.
HSL color Cylindrical-coordinate representation of color #5123ED: hue angle of 253.66º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5123ED is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 35 | 237 | - |
| CMYK | 0.66 | 0.85 | 0 | 0.07 |
| HSL | 253.66º | 0.85% | 0.53% | - |
| HSV(B) | 253.66º | 0.85% | 0.93% | - |
| XYZ | 19.28 | 9.07 | 80.85 | - |
| YUV | 71.78 | 221.24 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 237 | 0.66 | 0.85 | 0 | 0.07 | 253.66 | 0.85 | 0.53 |
| Hex | 51 | 23 | ED | 42 | 55 | 0 | 7 | FE | 55 | 35 |
| Octal | 121 | 43 | 355 | 102 | 125 | 0 | 7 | 376 | 125 | 65 |
| Binary | 1010001 | 100011 | 11101101 | 1000010 | 1010101 | 0 | 111 | 11111110 | 1010101 | 110101 |
Color Harmonies of #5123ED
Complementary color
Monochromatic Colors of #5123ED
Black with #5123ED
Text Example
Text Example
White with #5123ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123ED; }
p { color: rgb(81,35,237); }
H1.HeaderClassName
{
color: #5123ED;
}
.AnyTagClassName
{
color: #5123ED;
}
</style>
background-color css
<style>
a { background-color: #5123ED; }
a { background-color: rgb(81,35,237); }
div.DivClassName
{
background-color: #5123ED;
}
.BgClassName
{
background-color: #5123ED;
}
</style>
border-color css
<style>
span { border-color: #5123ED; }
span { border-color: rgb(81,35,237); }
td.TdClassName
{
border-color: #5123ED;
}
.TagClassName
{
border-color: #5123ED;
}
</style>