Shades of Han Purple #5100DC
Tints of Han Purple #5100DC
RGB
CMYK
RGB Variations
Color information
#5100DC (or 0x5100DC) is known color: Han Purple. HEX triplet: 51, 00 and DC. RGB value is (81,0,220). Sum of RGB (Red+Green+Blue) = 81+0+220=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 220 (86.33% from 255 or 73.09% from 301); Max value from RGB is 220 - color contains mainly: blue. Hex color #5100DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5100DC is #AEFF23. Grayscale: #303030. Windows color (decimal): -11468580 or 14418001. OLE color: 14418001.
HSL color Cylindrical-coordinate representation of color #5100DC: hue angle of 262.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100DC is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 0 | 220 | - |
| CMYK | 0.63 | 1 | 0 | 0.14 |
| HSL | 262.09º | 1% | 0.43% | - |
| HSV(B) | 262.09º | 1% | 0.86% | - |
| XYZ | 16.31 | 6.92 | 68.19 | - |
| YUV | 49.3 | 224.34 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 0 | 220 | 0.63 | 1 | 0 | 0.14 | 262.09 | 1 | 0.43 |
| Hex | 51 | 0 | DC | 3F | 64 | 0 | E | 106 | 64 | 2B |
| Octal | 121 | 0 | 334 | 77 | 144 | 0 | 16 | 406 | 144 | 53 |
| Binary | 1010001 | 0 | 11011100 | 111111 | 1100100 | 0 | 1110 | 100000110 | 1100100 | 101011 |
Color Harmonies of #5100DC
Complementary color
Monochromatic Colors of #5100DC
Black with #5100DC
Text Example
Text Example
White with #5100DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5100DC; }
p { color: rgb(81,0,220); }
H1.HeaderClassName
{
color: #5100DC;
}
.AnyTagClassName
{
color: #5100DC;
}
</style>
background-color css
<style>
a { background-color: #5100DC; }
a { background-color: rgb(81,0,220); }
div.DivClassName
{
background-color: #5100DC;
}
.BgClassName
{
background-color: #5100DC;
}
</style>
border-color css
<style>
span { border-color: #5100DC; }
span { border-color: rgb(81,0,220); }
td.TdClassName
{
border-color: #5100DC;
}
.TagClassName
{
border-color: #5100DC;
}
</style>