Shades of Han Purple #5103DC
Tints of Han Purple #5103DC
RGB
CMYK
RGB Variations
Color information
#5103DC (or 0x5103DC) is known color: Han Purple. HEX triplet: 51, 03 and DC. RGB value is (81,3,220). Sum of RGB (Red+Green+Blue) = 81+3+220=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 220 (86.33% from 255 or 72.37% from 304); Max value from RGB is 220 - color contains mainly: blue. Hex color #5103DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5103DC is #AEFC23. Grayscale: #323232. Windows color (decimal): -11467812 or 14418769. OLE color: 14418769.
HSL color Cylindrical-coordinate representation of color #5103DC: hue angle of 261.57º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5103DC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 3 | 220 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.14 |
| HSL | 261.57º | 0.97% | 0.44% | - |
| HSV(B) | 261.57º | 0.99% | 0.86% | - |
| XYZ | 16.34 | 6.98 | 68.2 | - |
| YUV | 51.06 | 223.34 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 3 | 220 | 0.63 | 0.99 | 0 | 0.14 | 261.57 | 0.97 | 0.44 |
| Hex | 51 | 3 | DC | 3F | 63 | 0 | E | 106 | 61 | 2C |
| Octal | 121 | 3 | 334 | 77 | 143 | 0 | 16 | 406 | 141 | 54 |
| Binary | 1010001 | 11 | 11011100 | 111111 | 1100011 | 0 | 1110 | 100000110 | 1100001 | 101100 |
Color Harmonies of #5103DC
Complementary color
Monochromatic Colors of #5103DC
Black with #5103DC
Text Example
Text Example
White with #5103DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5103DC; }
p { color: rgb(81,3,220); }
H1.HeaderClassName
{
color: #5103DC;
}
.AnyTagClassName
{
color: #5103DC;
}
</style>
background-color css
<style>
a { background-color: #5103DC; }
a { background-color: rgb(81,3,220); }
div.DivClassName
{
background-color: #5103DC;
}
.BgClassName
{
background-color: #5103DC;
}
</style>
border-color css
<style>
span { border-color: #5103DC; }
span { border-color: rgb(81,3,220); }
td.TdClassName
{
border-color: #5103DC;
}
.TagClassName
{
border-color: #5103DC;
}
</style>