Shades of Han Purple #5120DE
Tints of Han Purple #5120DE
RGB
CMYK
RGB Variations
Color information
#5120DE (or 0x5120DE) is known color: Han Purple. HEX triplet: 51, 20 and DE. RGB value is (81,32,222). Sum of RGB (Red+Green+Blue) = 81+32+222=335 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.18% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 222 (87.11% from 255 or 66.27% from 335); Max value from RGB is 222 - color contains mainly: blue. Hex color #5120DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5120DE is #AEDF21. Grayscale: #434343. Windows color (decimal): -11460386 or 14557265. OLE color: 14557265.
HSL color Cylindrical-coordinate representation of color #5120DE: hue angle of 255.47º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5120DE is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 32 | 222 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.47º | 0.75% | 0.5% | - |
| HSV(B) | 255.47º | 0.86% | 0.87% | - |
| XYZ | 17.09 | 8.06 | 69.76 | - |
| YUV | 68.31 | 214.73 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 222 | 0.64 | 0.86 | 0 | 0.13 | 255.47 | 0.75 | 0.5 |
| Hex | 51 | 20 | DE | 40 | 56 | 0 | D | FF | 4B | 32 |
| Octal | 121 | 40 | 336 | 100 | 126 | 0 | 15 | 377 | 113 | 62 |
| Binary | 1010001 | 100000 | 11011110 | 1000000 | 1010110 | 0 | 1101 | 11111111 | 1001011 | 110010 |
Color Harmonies of #5120DE
Complementary color
Monochromatic Colors of #5120DE
Black with #5120DE
Text Example
Text Example
White with #5120DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120DE; }
p { color: rgb(81,32,222); }
H1.HeaderClassName
{
color: #5120DE;
}
.AnyTagClassName
{
color: #5120DE;
}
</style>
background-color css
<style>
a { background-color: #5120DE; }
a { background-color: rgb(81,32,222); }
div.DivClassName
{
background-color: #5120DE;
}
.BgClassName
{
background-color: #5120DE;
}
</style>
border-color css
<style>
span { border-color: #5120DE; }
span { border-color: rgb(81,32,222); }
td.TdClassName
{
border-color: #5120DE;
}
.TagClassName
{
border-color: #5120DE;
}
</style>