Shades of Han Purple #5105DC
Tints of Han Purple #5105DC
RGB
CMYK
RGB Variations
Color information
#5105DC (or 0x5105DC) is known color: Han Purple. HEX triplet: 51, 05 and DC. RGB value is (81,5,220). Sum of RGB (Red+Green+Blue) = 81+5+220=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #5105DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5105DC is #AEFA23. Grayscale: #333333. Windows color (decimal): -11467300 or 14419281. OLE color: 14419281.
HSL color Cylindrical-coordinate representation of color #5105DC: hue angle of 261.21º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5105DC is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 5 | 220 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.14 |
| HSL | 261.21º | 0.96% | 0.44% | - |
| HSV(B) | 261.21º | 0.98% | 0.86% | - |
| XYZ | 16.37 | 7.03 | 68.2 | - |
| YUV | 52.23 | 222.68 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 5 | 220 | 0.63 | 0.98 | 0 | 0.14 | 261.21 | 0.96 | 0.44 |
| Hex | 51 | 5 | DC | 3F | 62 | 0 | E | 105 | 60 | 2C |
| Octal | 121 | 5 | 334 | 77 | 142 | 0 | 16 | 405 | 140 | 54 |
| Binary | 1010001 | 101 | 11011100 | 111111 | 1100010 | 0 | 1110 | 100000101 | 1100000 | 101100 |
Color Harmonies of #5105DC
Complementary color
Monochromatic Colors of #5105DC
Black with #5105DC
Text Example
Text Example
White with #5105DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5105DC; }
p { color: rgb(81,5,220); }
H1.HeaderClassName
{
color: #5105DC;
}
.AnyTagClassName
{
color: #5105DC;
}
</style>
background-color css
<style>
a { background-color: #5105DC; }
a { background-color: rgb(81,5,220); }
div.DivClassName
{
background-color: #5105DC;
}
.BgClassName
{
background-color: #5105DC;
}
</style>
border-color css
<style>
span { border-color: #5105DC; }
span { border-color: rgb(81,5,220); }
td.TdClassName
{
border-color: #5105DC;
}
.TagClassName
{
border-color: #5105DC;
}
</style>