Shades of Han Purple #5103D0
Tints of Han Purple #5103D0
RGB
CMYK
RGB Variations
Color information
#5103D0 (or 0x5103D0) is known color: Han Purple. HEX triplet: 51, 03 and D0. RGB value is (81,3,208). Sum of RGB (Red+Green+Blue) = 81+3+208=292 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.74% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #5103D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103D0 is #AEFC2F. Grayscale: #303030. Windows color (decimal): -11467824 or 13632337. OLE color: 13632337.
HSL color Cylindrical-coordinate representation of color #5103D0: hue angle of 262.83º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103D0 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 3 | 208 | - |
| CMYK | 0.61 | 0.99 | 0 | 0.18 |
| HSL | 262.83º | 0.97% | 0.41% | - |
| HSV(B) | 262.83º | 0.99% | 0.82% | - |
| XYZ | 14.81 | 6.37 | 60.12 | - |
| YUV | 49.69 | 217.34 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 208 | 0.61 | 0.99 | 0 | 0.18 | 262.83 | 0.97 | 0.41 |
| Hex | 51 | 3 | D0 | 3D | 63 | 0 | 12 | 107 | 61 | 29 |
| Octal | 121 | 3 | 320 | 75 | 143 | 0 | 22 | 407 | 141 | 51 |
| Binary | 1010001 | 11 | 11010000 | 111101 | 1100011 | 0 | 10010 | 100000111 | 1100001 | 101001 |
Color Harmonies of #5103D0
Complementary color
Monochromatic Colors of #5103D0
Black with #5103D0
Text Example
Text Example
White with #5103D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103D0; }
p { color: rgb(81,3,208); }
H1.HeaderClassName
{
color: #5103D0;
}
.AnyTagClassName
{
color: #5103D0;
}
</style>
background-color css
<style>
a { background-color: #5103D0; }
a { background-color: rgb(81,3,208); }
div.DivClassName
{
background-color: #5103D0;
}
.BgClassName
{
background-color: #5103D0;
}
</style>
border-color css
<style>
span { border-color: #5103D0; }
span { border-color: rgb(81,3,208); }
td.TdClassName
{
border-color: #5103D0;
}
.TagClassName
{
border-color: #5103D0;
}
</style>