Shades of Han Purple #5113DF
Tints of Han Purple #5113DF
RGB
CMYK
RGB Variations
Color information
#5113DF (or 0x5113DF) is known color: Han Purple. HEX triplet: 51, 13 and DF. RGB value is (81,19,223). Sum of RGB (Red+Green+Blue) = 81+19+223=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 223 (87.5% from 255 or 69.04% from 323); Max value from RGB is 223 - color contains mainly: blue. Hex color #5113DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113DF is #AEEC20. Grayscale: #3C3C3C. Windows color (decimal): -11463713 or 14619473. OLE color: 14619473.
HSL color Cylindrical-coordinate representation of color #5113DF: hue angle of 258.24º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113DF is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 19 | 223 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.13 |
| HSL | 258.24º | 0.84% | 0.47% | - |
| HSV(B) | 258.24º | 0.91% | 0.87% | - |
| XYZ | 16.95 | 7.54 | 70.37 | - |
| YUV | 60.79 | 219.54 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 223 | 0.64 | 0.91 | 0 | 0.13 | 258.24 | 0.84 | 0.47 |
| Hex | 51 | 13 | DF | 40 | 5B | 0 | D | 102 | 54 | 2F |
| Octal | 121 | 23 | 337 | 100 | 133 | 0 | 15 | 402 | 124 | 57 |
| Binary | 1010001 | 10011 | 11011111 | 1000000 | 1011011 | 0 | 1101 | 100000010 | 1010100 | 101111 |
Color Harmonies of #5113DF
Complementary color
Monochromatic Colors of #5113DF
Black with #5113DF
Text Example
Text Example
White with #5113DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5113DF; }
p { color: rgb(81,19,223); }
H1.HeaderClassName
{
color: #5113DF;
}
.AnyTagClassName
{
color: #5113DF;
}
</style>
background-color css
<style>
a { background-color: #5113DF; }
a { background-color: rgb(81,19,223); }
div.DivClassName
{
background-color: #5113DF;
}
.BgClassName
{
background-color: #5113DF;
}
</style>
border-color css
<style>
span { border-color: #5113DF; }
span { border-color: rgb(81,19,223); }
td.TdClassName
{
border-color: #5113DF;
}
.TagClassName
{
border-color: #5113DF;
}
</style>