Shades of Han Purple #5108DA
Tints of Han Purple #5108DA
RGB
CMYK
RGB Variations
Color information
#5108DA (or 0x5108DA) is known color: Han Purple. HEX triplet: 51, 08 and DA. RGB value is (81,8,218). Sum of RGB (Red+Green+Blue) = 81+8+218=307 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.38% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 218 (85.55% from 255 or 71.01% from 307); Max value from RGB is 218 - color contains mainly: blue. Hex color #5108DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5108DA is #AEF725. Grayscale: #353535. Windows color (decimal): -11466534 or 14288977. OLE color: 14288977.
HSL color Cylindrical-coordinate representation of color #5108DA: hue angle of 260.86º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5108DA is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 8 | 218 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.15 |
| HSL | 260.86º | 0.93% | 0.44% | - |
| HSV(B) | 260.86º | 0.96% | 0.85% | - |
| XYZ | 16.14 | 6.98 | 66.83 | - |
| YUV | 53.77 | 220.68 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 8 | 218 | 0.63 | 0.96 | 0 | 0.15 | 260.86 | 0.93 | 0.44 |
| Hex | 51 | 8 | DA | 3F | 60 | 0 | F | 105 | 5D | 2C |
| Octal | 121 | 10 | 332 | 77 | 140 | 0 | 17 | 405 | 135 | 54 |
| Binary | 1010001 | 1000 | 11011010 | 111111 | 1100000 | 0 | 1111 | 100000101 | 1011101 | 101100 |
Color Harmonies of #5108DA
Complementary color
Monochromatic Colors of #5108DA
Black with #5108DA
Text Example
Text Example
White with #5108DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5108DA; }
p { color: rgb(81,8,218); }
H1.HeaderClassName
{
color: #5108DA;
}
.AnyTagClassName
{
color: #5108DA;
}
</style>
background-color css
<style>
a { background-color: #5108DA; }
a { background-color: rgb(81,8,218); }
div.DivClassName
{
background-color: #5108DA;
}
.BgClassName
{
background-color: #5108DA;
}
</style>
border-color css
<style>
span { border-color: #5108DA; }
span { border-color: rgb(81,8,218); }
td.TdClassName
{
border-color: #5108DA;
}
.TagClassName
{
border-color: #5108DA;
}
</style>