Shades of Han Purple #5113DC
Tints of Han Purple #5113DC
RGB
CMYK
RGB Variations
Color information
#5113DC (or 0x5113DC) is known color: Han Purple. HEX triplet: 51, 13 and DC. RGB value is (81,19,220). Sum of RGB (Red+Green+Blue) = 81+19+220=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #5113DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5113DC is #AEEC23. Grayscale: #3B3B3B. Windows color (decimal): -11463716 or 14422865. OLE color: 14422865.
HSL color Cylindrical-coordinate representation of color #5113DC: hue angle of 258.51º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5113DC is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 19 | 220 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.14 |
| HSL | 258.51º | 0.84% | 0.47% | - |
| HSV(B) | 258.51º | 0.91% | 0.86% | - |
| XYZ | 16.54 | 7.38 | 68.26 | - |
| YUV | 60.45 | 218.04 | 142.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 19 | 220 | 0.63 | 0.91 | 0 | 0.14 | 258.51 | 0.84 | 0.47 |
| Hex | 51 | 13 | DC | 3F | 5B | 0 | E | 103 | 54 | 2F |
| Octal | 121 | 23 | 334 | 77 | 133 | 0 | 16 | 403 | 124 | 57 |
| Binary | 1010001 | 10011 | 11011100 | 111111 | 1011011 | 0 | 1110 | 100000011 | 1010100 | 101111 |
Color Harmonies of #5113DC
Complementary color
Monochromatic Colors of #5113DC
Black with #5113DC
Text Example
Text Example
White with #5113DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5113DC; }
p { color: rgb(81,19,220); }
H1.HeaderClassName
{
color: #5113DC;
}
.AnyTagClassName
{
color: #5113DC;
}
</style>
background-color css
<style>
a { background-color: #5113DC; }
a { background-color: rgb(81,19,220); }
div.DivClassName
{
background-color: #5113DC;
}
.BgClassName
{
background-color: #5113DC;
}
</style>
border-color css
<style>
span { border-color: #5113DC; }
span { border-color: rgb(81,19,220); }
td.TdClassName
{
border-color: #5113DC;
}
.TagClassName
{
border-color: #5113DC;
}
</style>