Shades of Han Purple #5121DC
Tints of Han Purple #5121DC
RGB
CMYK
RGB Variations
Color information
#5121DC (or 0x5121DC) is known color: Han Purple. HEX triplet: 51, 21 and DC. RGB value is (81,33,220). Sum of RGB (Red+Green+Blue) = 81+33+220=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 220 (86.33% from 255 or 65.87% from 334); Max value from RGB is 220 - color contains mainly: blue. Hex color #5121DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5121DC is #AEDE23. Grayscale: #434343. Windows color (decimal): -11460132 or 14426449. OLE color: 14426449.
HSL color Cylindrical-coordinate representation of color #5121DC: hue angle of 255.4º degrees, saturation: 0.74, 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 #5121DC is Cyan = 0.63, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 33 | 220 | - |
| CMYK | 0.63 | 0.85 | 0 | 0.14 |
| HSL | 255.4º | 0.74% | 0.5% | - |
| HSV(B) | 255.4º | 0.85% | 0.86% | - |
| XYZ | 16.86 | 8 | 68.37 | - |
| YUV | 68.67 | 213.4 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 220 | 0.63 | 0.85 | 0 | 0.14 | 255.4 | 0.74 | 0.5 |
| Hex | 51 | 21 | DC | 3F | 55 | 0 | E | FF | 4A | 32 |
| Octal | 121 | 41 | 334 | 77 | 125 | 0 | 16 | 377 | 112 | 62 |
| Binary | 1010001 | 100001 | 11011100 | 111111 | 1010101 | 0 | 1110 | 11111111 | 1001010 | 110010 |
Color Harmonies of #5121DC
Complementary color
Monochromatic Colors of #5121DC
Black with #5121DC
Text Example
Text Example
White with #5121DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121DC; }
p { color: rgb(81,33,220); }
H1.HeaderClassName
{
color: #5121DC;
}
.AnyTagClassName
{
color: #5121DC;
}
</style>
background-color css
<style>
a { background-color: #5121DC; }
a { background-color: rgb(81,33,220); }
div.DivClassName
{
background-color: #5121DC;
}
.BgClassName
{
background-color: #5121DC;
}
</style>
border-color css
<style>
span { border-color: #5121DC; }
span { border-color: rgb(81,33,220); }
td.TdClassName
{
border-color: #5121DC;
}
.TagClassName
{
border-color: #5121DC;
}
</style>