Shades of Han Purple #5123E0
Tints of Han Purple #5123E0
RGB
CMYK
RGB Variations
Color information
#5123E0 (or 0x5123E0) is known color: Han Purple. HEX triplet: 51, 23 and E0. RGB value is (81,35,224). Sum of RGB (Red+Green+Blue) = 81+35+224=340 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.82% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 224 (87.89% from 255 or 65.88% from 340); Max value from RGB is 224 - color contains mainly: blue. Hex color #5123E0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5123E0 is #AEDC1F. Grayscale: #454545. Windows color (decimal): -11459616 or 14689105. OLE color: 14689105.
HSL color Cylindrical-coordinate representation of color #5123E0: hue angle of 254.6º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5123E0 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 81 | 35 | 224 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.12 |
| HSL | 254.6º | 0.75% | 0.51% | - |
| HSV(B) | 254.6º | 0.84% | 0.88% | - |
| XYZ | 17.45 | 8.33 | 71.21 | - |
| YUV | 70.3 | 214.74 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 35 | 224 | 0.64 | 0.84 | 0 | 0.12 | 254.6 | 0.75 | 0.51 |
| Hex | 51 | 23 | E0 | 40 | 54 | 0 | C | FF | 4B | 33 |
| Octal | 121 | 43 | 340 | 100 | 124 | 0 | 14 | 377 | 113 | 63 |
| Binary | 1010001 | 100011 | 11100000 | 1000000 | 1010100 | 0 | 1100 | 11111111 | 1001011 | 110011 |
Color Harmonies of #5123E0
Complementary color
Monochromatic Colors of #5123E0
Black with #5123E0
Text Example
Text Example
White with #5123E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5123E0; }
p { color: rgb(81,35,224); }
H1.HeaderClassName
{
color: #5123E0;
}
.AnyTagClassName
{
color: #5123E0;
}
</style>
background-color css
<style>
a { background-color: #5123E0; }
a { background-color: rgb(81,35,224); }
div.DivClassName
{
background-color: #5123E0;
}
.BgClassName
{
background-color: #5123E0;
}
</style>
border-color css
<style>
span { border-color: #5123E0; }
span { border-color: rgb(81,35,224); }
td.TdClassName
{
border-color: #5123E0;
}
.TagClassName
{
border-color: #5123E0;
}
</style>