Shades of Han Purple #5121DF
Tints of Han Purple #5121DF
RGB
CMYK
RGB Variations
Color information
#5121DF (or 0x5121DF) is known color: Han Purple. HEX triplet: 51, 21 and DF. RGB value is (81,33,223). Sum of RGB (Red+Green+Blue) = 81+33+223=337 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.04% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #5121DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5121DF is #AEDE20. Grayscale: #444444. Windows color (decimal): -11460129 or 14623057. OLE color: 14623057.
HSL color Cylindrical-coordinate representation of color #5121DF: hue angle of 255.16º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5121DF is Cyan = 0.64, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 33 | 223 | - |
| CMYK | 0.64 | 0.85 | 0 | 0.13 |
| HSL | 255.16º | 0.75% | 0.5% | - |
| HSV(B) | 255.16º | 0.85% | 0.87% | - |
| XYZ | 17.26 | 8.16 | 70.48 | - |
| YUV | 69.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 223 | 0.64 | 0.85 | 0 | 0.13 | 255.16 | 0.75 | 0.5 |
| Hex | 51 | 21 | DF | 40 | 55 | 0 | D | FF | 4B | 32 |
| Octal | 121 | 41 | 337 | 100 | 125 | 0 | 15 | 377 | 113 | 62 |
| Binary | 1010001 | 100001 | 11011111 | 1000000 | 1010101 | 0 | 1101 | 11111111 | 1001011 | 110010 |
Color Harmonies of #5121DF
Complementary color
Monochromatic Colors of #5121DF
Black with #5121DF
Text Example
Text Example
White with #5121DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5121DF; }
p { color: rgb(81,33,223); }
H1.HeaderClassName
{
color: #5121DF;
}
.AnyTagClassName
{
color: #5121DF;
}
</style>
background-color css
<style>
a { background-color: #5121DF; }
a { background-color: rgb(81,33,223); }
div.DivClassName
{
background-color: #5121DF;
}
.BgClassName
{
background-color: #5121DF;
}
</style>
border-color css
<style>
span { border-color: #5121DF; }
span { border-color: rgb(81,33,223); }
td.TdClassName
{
border-color: #5121DF;
}
.TagClassName
{
border-color: #5121DF;
}
</style>