Shades of Han Purple #5122E6
Tints of Han Purple #5122E6
RGB
CMYK
RGB Variations
Color information
#5122E6 (or 0x5122E6) is known color: Han Purple. HEX triplet: 51, 22 and E6. RGB value is (81,34,230). Sum of RGB (Red+Green+Blue) = 81+34+230=345 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.48% from 345); Green value is 34 (13.67% from 255 or 9.86% from 345); Blue value is 230 (90.23% from 255 or 66.67% from 345); Max value from RGB is 230 - color contains mainly: blue. Hex color #5122E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5122E6 is #AEDD19. Grayscale: #454545. Windows color (decimal): -11459866 or 15082065. OLE color: 15082065.
HSL color Cylindrical-coordinate representation of color #5122E6: hue angle of 254.39º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5122E6 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 81 | 34 | 230 | - |
| CMYK | 0.65 | 0.85 | 0 | 0.10 |
| HSL | 254.39º | 0.8% | 0.52% | - |
| HSV(B) | 254.39º | 0.85% | 0.9% | - |
| XYZ | 18.25 | 8.61 | 75.56 | - |
| YUV | 70.4 | 218.07 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 230 | 0.65 | 0.85 | 0 | 0.10 | 254.39 | 0.8 | 0.52 |
| Hex | 51 | 22 | E6 | 41 | 55 | 0 | A | FE | 50 | 34 |
| Octal | 121 | 42 | 346 | 101 | 125 | 0 | 12 | 376 | 120 | 64 |
| Binary | 1010001 | 100010 | 11100110 | 1000001 | 1010101 | 0 | 1010 | 11111110 | 1010000 | 110100 |
Color Harmonies of #5122E6
Complementary color
Monochromatic Colors of #5122E6
Black with #5122E6
Text Example
Text Example
White with #5122E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5122E6; }
p { color: rgb(81,34,230); }
H1.HeaderClassName
{
color: #5122E6;
}
.AnyTagClassName
{
color: #5122E6;
}
</style>
background-color css
<style>
a { background-color: #5122E6; }
a { background-color: rgb(81,34,230); }
div.DivClassName
{
background-color: #5122E6;
}
.BgClassName
{
background-color: #5122E6;
}
</style>
border-color css
<style>
span { border-color: #5122E6; }
span { border-color: rgb(81,34,230); }
td.TdClassName
{
border-color: #5122E6;
}
.TagClassName
{
border-color: #5122E6;
}
</style>