Shades of Han Purple #5122DC
Tints of Han Purple #5122DC
RGB
CMYK
RGB Variations
Color information
#5122DC (or 0x5122DC) is known color: Han Purple. HEX triplet: 51, 22 and DC. RGB value is (81,34,220). Sum of RGB (Red+Green+Blue) = 81+34+220=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 220 (86.33% from 255 or 65.67% from 335); Max value from RGB is 220 - color contains mainly: blue. Hex color #5122DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5122DC is #AEDD23. Grayscale: #444444. Windows color (decimal): -11459876 or 14426705. OLE color: 14426705.
HSL color Cylindrical-coordinate representation of color #5122DC: hue angle of 255.16º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5122DC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 34 | 220 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.14 |
| HSL | 255.16º | 0.73% | 0.5% | - |
| HSV(B) | 255.16º | 0.85% | 0.86% | - |
| XYZ | 16.88 | 8.06 | 68.38 | - |
| YUV | 69.26 | 213.07 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 220 | 0.63 | 0.85 | 0 | 0.14 | 255.16 | 0.73 | 0.5 |
| Hex | 51 | 22 | DC | 3F | 55 | 0 | E | FF | 49 | 32 |
| Octal | 121 | 42 | 334 | 77 | 125 | 0 | 16 | 377 | 111 | 62 |
| Binary | 1010001 | 100010 | 11011100 | 111111 | 1010101 | 0 | 1110 | 11111111 | 1001001 | 110010 |
Color Harmonies of #5122DC
Complementary color
Monochromatic Colors of #5122DC
Black with #5122DC
Text Example
Text Example
White with #5122DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5122DC; }
p { color: rgb(81,34,220); }
H1.HeaderClassName
{
color: #5122DC;
}
.AnyTagClassName
{
color: #5122DC;
}
</style>
background-color css
<style>
a { background-color: #5122DC; }
a { background-color: rgb(81,34,220); }
div.DivClassName
{
background-color: #5122DC;
}
.BgClassName
{
background-color: #5122DC;
}
</style>
border-color css
<style>
span { border-color: #5122DC; }
span { border-color: rgb(81,34,220); }
td.TdClassName
{
border-color: #5122DC;
}
.TagClassName
{
border-color: #5122DC;
}
</style>