Shades of Han Purple #5129DC
Tints of Han Purple #5129DC
RGB
CMYK
RGB Variations
Color information
#5129DC (or 0x5129DC) is known color: Han Purple. HEX triplet: 51, 29 and DC. RGB value is (81,41,220). Sum of RGB (Red+Green+Blue) = 81+41+220=342 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.68% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #5129DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129DC is #AED623. Grayscale: #484848. Windows color (decimal): -11458084 or 14428497. OLE color: 14428497.
HSL color Cylindrical-coordinate representation of color #5129DC: hue angle of 253.41º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5129DC is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 41 | 220 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.14 |
| HSL | 253.41º | 0.72% | 0.51% | - |
| HSV(B) | 253.41º | 0.81% | 0.86% | - |
| XYZ | 17.1 | 8.5 | 68.45 | - |
| YUV | 73.37 | 210.75 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 220 | 0.63 | 0.81 | 0 | 0.14 | 253.41 | 0.72 | 0.51 |
| Hex | 51 | 29 | DC | 3F | 51 | 0 | E | FD | 48 | 33 |
| Octal | 121 | 51 | 334 | 77 | 121 | 0 | 16 | 375 | 110 | 63 |
| Binary | 1010001 | 101001 | 11011100 | 111111 | 1010001 | 0 | 1110 | 11111101 | 1001000 | 110011 |
Color Harmonies of #5129DC
Complementary color
Monochromatic Colors of #5129DC
Black with #5129DC
Text Example
Text Example
White with #5129DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129DC; }
p { color: rgb(81,41,220); }
H1.HeaderClassName
{
color: #5129DC;
}
.AnyTagClassName
{
color: #5129DC;
}
</style>
background-color css
<style>
a { background-color: #5129DC; }
a { background-color: rgb(81,41,220); }
div.DivClassName
{
background-color: #5129DC;
}
.BgClassName
{
background-color: #5129DC;
}
</style>
border-color css
<style>
span { border-color: #5129DC; }
span { border-color: rgb(81,41,220); }
td.TdClassName
{
border-color: #5129DC;
}
.TagClassName
{
border-color: #5129DC;
}
</style>