Shades of Han Purple #5128DC
Tints of Han Purple #5128DC
RGB
CMYK
RGB Variations
Color information
#5128DC (or 0x5128DC) is known color: Han Purple. HEX triplet: 51, 28 and DC. RGB value is (81,40,220). Sum of RGB (Red+Green+Blue) = 81+40+220=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 220 (86.33% from 255 or 64.52% from 341); Max value from RGB is 220 - color contains mainly: blue. Hex color #5128DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5128DC is #AED723. Grayscale: #484848. Windows color (decimal): -11458340 or 14428241. OLE color: 14428241.
HSL color Cylindrical-coordinate representation of color #5128DC: hue angle of 253.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5128DC is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 40 | 220 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.14 |
| HSL | 253.67º | 0.72% | 0.51% | - |
| HSV(B) | 253.67º | 0.82% | 0.86% | - |
| XYZ | 17.07 | 8.43 | 68.44 | - |
| YUV | 72.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 220 | 0.63 | 0.82 | 0 | 0.14 | 253.67 | 0.72 | 0.51 |
| Hex | 51 | 28 | DC | 3F | 52 | 0 | E | FE | 48 | 33 |
| Octal | 121 | 50 | 334 | 77 | 122 | 0 | 16 | 376 | 110 | 63 |
| Binary | 1010001 | 101000 | 11011100 | 111111 | 1010010 | 0 | 1110 | 11111110 | 1001000 | 110011 |
Color Harmonies of #5128DC
Complementary color
Monochromatic Colors of #5128DC
Black with #5128DC
Text Example
Text Example
White with #5128DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5128DC; }
p { color: rgb(81,40,220); }
H1.HeaderClassName
{
color: #5128DC;
}
.AnyTagClassName
{
color: #5128DC;
}
</style>
background-color css
<style>
a { background-color: #5128DC; }
a { background-color: rgb(81,40,220); }
div.DivClassName
{
background-color: #5128DC;
}
.BgClassName
{
background-color: #5128DC;
}
</style>
border-color css
<style>
span { border-color: #5128DC; }
span { border-color: rgb(81,40,220); }
td.TdClassName
{
border-color: #5128DC;
}
.TagClassName
{
border-color: #5128DC;
}
</style>