Shades of Han Purple #5108D5
Tints of Han Purple #5108D5
RGB
CMYK
RGB Variations
Color information
#5108D5 (or 0x5108D5) is known color: Han Purple. HEX triplet: 51, 08 and D5. RGB value is (81,8,213). Sum of RGB (Red+Green+Blue) = 81+8+213=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 8 (3.52% from 255 or 2.65% from 302); Blue value is 213 (83.59% from 255 or 70.53% from 302); Max value from RGB is 213 - color contains mainly: blue. Hex color #5108D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108D5 is #AEF72A. Grayscale: #343434. Windows color (decimal): -11466539 or 13961297. OLE color: 13961297.
HSL color Cylindrical-coordinate representation of color #5108D5: hue angle of 261.37º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5108D5 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 8 | 213 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.16 |
| HSL | 261.37º | 0.93% | 0.43% | - |
| HSV(B) | 261.37º | 0.96% | 0.84% | - |
| XYZ | 15.49 | 6.73 | 63.43 | - |
| YUV | 53.2 | 218.18 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 213 | 0.62 | 0.96 | 0 | 0.16 | 261.37 | 0.93 | 0.43 |
| Hex | 51 | 8 | D5 | 3E | 60 | 0 | 10 | 105 | 5D | 2B |
| Octal | 121 | 10 | 325 | 76 | 140 | 0 | 20 | 405 | 135 | 53 |
| Binary | 1010001 | 1000 | 11010101 | 111110 | 1100000 | 0 | 10000 | 100000101 | 1011101 | 101011 |
Color Harmonies of #5108D5
Complementary color
Monochromatic Colors of #5108D5
Black with #5108D5
Text Example
Text Example
White with #5108D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108D5; }
p { color: rgb(81,8,213); }
H1.HeaderClassName
{
color: #5108D5;
}
.AnyTagClassName
{
color: #5108D5;
}
</style>
background-color css
<style>
a { background-color: #5108D5; }
a { background-color: rgb(81,8,213); }
div.DivClassName
{
background-color: #5108D5;
}
.BgClassName
{
background-color: #5108D5;
}
</style>
border-color css
<style>
span { border-color: #5108D5; }
span { border-color: rgb(81,8,213); }
td.TdClassName
{
border-color: #5108D5;
}
.TagClassName
{
border-color: #5108D5;
}
</style>