Shades of Han Purple #5115DF
Tints of Han Purple #5115DF
RGB
CMYK
RGB Variations
Color information
#5115DF (or 0x5115DF) is known color: Han Purple. HEX triplet: 51, 15 and DF. RGB value is (81,21,223). Sum of RGB (Red+Green+Blue) = 81+21+223=325 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.92% from 325); Green value is 21 (8.59% from 255 or 6.46% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #5115DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5115DF is #AEEA20. Grayscale: #3D3D3D. Windows color (decimal): -11463201 or 14619985. OLE color: 14619985.
HSL color Cylindrical-coordinate representation of color #5115DF: hue angle of 257.82º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5115DF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 21 | 223 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.13 |
| HSL | 257.82º | 0.83% | 0.48% | - |
| HSV(B) | 257.82º | 0.91% | 0.87% | - |
| XYZ | 16.98 | 7.61 | 70.39 | - |
| YUV | 61.97 | 218.88 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 21 | 223 | 0.64 | 0.91 | 0 | 0.13 | 257.82 | 0.83 | 0.48 |
| Hex | 51 | 15 | DF | 40 | 5B | 0 | D | 102 | 53 | 30 |
| Octal | 121 | 25 | 337 | 100 | 133 | 0 | 15 | 402 | 123 | 60 |
| Binary | 1010001 | 10101 | 11011111 | 1000000 | 1011011 | 0 | 1101 | 100000010 | 1010011 | 110000 |
Color Harmonies of #5115DF
Complementary color
Monochromatic Colors of #5115DF
Black with #5115DF
Text Example
Text Example
White with #5115DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5115DF; }
p { color: rgb(81,21,223); }
H1.HeaderClassName
{
color: #5115DF;
}
.AnyTagClassName
{
color: #5115DF;
}
</style>
background-color css
<style>
a { background-color: #5115DF; }
a { background-color: rgb(81,21,223); }
div.DivClassName
{
background-color: #5115DF;
}
.BgClassName
{
background-color: #5115DF;
}
</style>
border-color css
<style>
span { border-color: #5115DF; }
span { border-color: rgb(81,21,223); }
td.TdClassName
{
border-color: #5115DF;
}
.TagClassName
{
border-color: #5115DF;
}
</style>