Shades of Han Purple #5107DC
Tints of Han Purple #5107DC
RGB
CMYK
RGB Variations
Color information
#5107DC (or 0x5107DC) is known color: Han Purple. HEX triplet: 51, 07 and DC. RGB value is (81,7,220). Sum of RGB (Red+Green+Blue) = 81+7+220=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 7 (3.12% from 255 or 2.27% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #5107DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5107DC is #AEF823. Grayscale: #343434. Windows color (decimal): -11466788 or 14419793. OLE color: 14419793.
HSL color Cylindrical-coordinate representation of color #5107DC: hue angle of 260.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5107DC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 7 | 220 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.14 |
| HSL | 260.85º | 0.94% | 0.45% | - |
| HSV(B) | 260.85º | 0.97% | 0.86% | - |
| XYZ | 16.39 | 7.07 | 68.21 | - |
| YUV | 53.41 | 222.02 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 7 | 220 | 0.63 | 0.97 | 0 | 0.14 | 260.85 | 0.94 | 0.45 |
| Hex | 51 | 7 | DC | 3F | 61 | 0 | E | 105 | 5E | 2D |
| Octal | 121 | 7 | 334 | 77 | 141 | 0 | 16 | 405 | 136 | 55 |
| Binary | 1010001 | 111 | 11011100 | 111111 | 1100001 | 0 | 1110 | 100000101 | 1011110 | 101101 |
Color Harmonies of #5107DC
Complementary color
Monochromatic Colors of #5107DC
Black with #5107DC
Text Example
Text Example
White with #5107DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5107DC; }
p { color: rgb(81,7,220); }
H1.HeaderClassName
{
color: #5107DC;
}
.AnyTagClassName
{
color: #5107DC;
}
</style>
background-color css
<style>
a { background-color: #5107DC; }
a { background-color: rgb(81,7,220); }
div.DivClassName
{
background-color: #5107DC;
}
.BgClassName
{
background-color: #5107DC;
}
</style>
border-color css
<style>
span { border-color: #5107DC; }
span { border-color: rgb(81,7,220); }
td.TdClassName
{
border-color: #5107DC;
}
.TagClassName
{
border-color: #5107DC;
}
</style>