Shades of Han Purple #5120DF
Tints of Han Purple #5120DF
RGB
CMYK
RGB Variations
Color information
#5120DF (or 0x5120DF) is known color: Han Purple. HEX triplet: 51, 20 and DF. RGB value is (81,32,223). Sum of RGB (Red+Green+Blue) = 81+32+223=336 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.11% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #5120DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5120DF is #AEDF20. Grayscale: #434343. Windows color (decimal): -11460385 or 14622801. OLE color: 14622801.
HSL color Cylindrical-coordinate representation of color #5120DF: hue angle of 255.39º 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 #5120DF is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 32 | 223 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.13 |
| HSL | 255.39º | 0.75% | 0.5% | - |
| HSV(B) | 255.39º | 0.86% | 0.87% | - |
| XYZ | 17.23 | 8.11 | 70.47 | - |
| YUV | 68.43 | 215.23 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 223 | 0.64 | 0.86 | 0 | 0.13 | 255.39 | 0.75 | 0.5 |
| Hex | 51 | 20 | DF | 40 | 56 | 0 | D | FF | 4B | 32 |
| Octal | 121 | 40 | 337 | 100 | 126 | 0 | 15 | 377 | 113 | 62 |
| Binary | 1010001 | 100000 | 11011111 | 1000000 | 1010110 | 0 | 1101 | 11111111 | 1001011 | 110010 |
Color Harmonies of #5120DF
Complementary color
Monochromatic Colors of #5120DF
Black with #5120DF
Text Example
Text Example
White with #5120DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5120DF; }
p { color: rgb(81,32,223); }
H1.HeaderClassName
{
color: #5120DF;
}
.AnyTagClassName
{
color: #5120DF;
}
</style>
background-color css
<style>
a { background-color: #5120DF; }
a { background-color: rgb(81,32,223); }
div.DivClassName
{
background-color: #5120DF;
}
.BgClassName
{
background-color: #5120DF;
}
</style>
border-color css
<style>
span { border-color: #5120DF; }
span { border-color: rgb(81,32,223); }
td.TdClassName
{
border-color: #5120DF;
}
.TagClassName
{
border-color: #5120DF;
}
</style>