Shades of Han Purple #5129DD
Tints of Han Purple #5129DD
RGB
CMYK
RGB Variations
Color information
#5129DD (or 0x5129DD) is known color: Han Purple. HEX triplet: 51, 29 and DD. RGB value is (81,41,221). Sum of RGB (Red+Green+Blue) = 81+41+221=343 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.62% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 221 (86.72% from 255 or 64.43% from 343); Max value from RGB is 221 - color contains mainly: blue. Hex color #5129DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5129DD is #AED622. Grayscale: #484848. Windows color (decimal): -11458083 or 14494033. OLE color: 14494033.
HSL color Cylindrical-coordinate representation of color #5129DD: hue angle of 253.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5129DD is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 41 | 221 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253.33º | 0.73% | 0.51% | - |
| HSV(B) | 253.33º | 0.81% | 0.87% | - |
| XYZ | 17.24 | 8.56 | 69.15 | - |
| YUV | 73.48 | 211.25 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 41 | 221 | 0.63 | 0.81 | 0 | 0.13 | 253.33 | 0.73 | 0.51 |
| Hex | 51 | 29 | DD | 3F | 51 | 0 | D | FD | 49 | 33 |
| Octal | 121 | 51 | 335 | 77 | 121 | 0 | 15 | 375 | 111 | 63 |
| Binary | 1010001 | 101001 | 11011101 | 111111 | 1010001 | 0 | 1101 | 11111101 | 1001001 | 110011 |
Color Harmonies of #5129DD
Complementary color
Monochromatic Colors of #5129DD
Black with #5129DD
Text Example
Text Example
White with #5129DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5129DD; }
p { color: rgb(81,41,221); }
H1.HeaderClassName
{
color: #5129DD;
}
.AnyTagClassName
{
color: #5129DD;
}
</style>
background-color css
<style>
a { background-color: #5129DD; }
a { background-color: rgb(81,41,221); }
div.DivClassName
{
background-color: #5129DD;
}
.BgClassName
{
background-color: #5129DD;
}
</style>
border-color css
<style>
span { border-color: #5129DD; }
span { border-color: rgb(81,41,221); }
td.TdClassName
{
border-color: #5129DD;
}
.TagClassName
{
border-color: #5129DD;
}
</style>