Shades of Han Purple #5310DB
Tints of Han Purple #5310DB
RGB
CMYK
RGB Variations
Color information
#5310DB (or 0x5310DB) is known color: Han Purple. HEX triplet: 53, 10 and DB. RGB value is (83,16,219). Sum of RGB (Red+Green+Blue) = 83+16+219=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #5310DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5310DB is #ACEF24. Grayscale: #3A3A3A. Windows color (decimal): -11333413 or 14356563. OLE color: 14356563.
HSL color Cylindrical-coordinate representation of color #5310DB: hue angle of 259.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5310DB is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 16 | 219 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.14 |
| HSL | 259.8º | 0.86% | 0.46% | - |
| HSV(B) | 259.8º | 0.93% | 0.86% | - |
| XYZ | 16.54 | 7.32 | 67.56 | - |
| YUV | 59.18 | 218.2 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 219 | 0.62 | 0.93 | 0 | 0.14 | 259.8 | 0.86 | 0.46 |
| Hex | 53 | 10 | DB | 3E | 5D | 0 | E | 104 | 56 | 2E |
| Octal | 123 | 20 | 333 | 76 | 135 | 0 | 16 | 404 | 126 | 56 |
| Binary | 1010011 | 10000 | 11011011 | 111110 | 1011101 | 0 | 1110 | 100000100 | 1010110 | 101110 |
Color Harmonies of #5310DB
Complementary color
Monochromatic Colors of #5310DB
Black with #5310DB
Text Example
Text Example
White with #5310DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5310DB; }
p { color: rgb(83,16,219); }
H1.HeaderClassName
{
color: #5310DB;
}
.AnyTagClassName
{
color: #5310DB;
}
</style>
background-color css
<style>
a { background-color: #5310DB; }
a { background-color: rgb(83,16,219); }
div.DivClassName
{
background-color: #5310DB;
}
.BgClassName
{
background-color: #5310DB;
}
</style>
border-color css
<style>
span { border-color: #5310DB; }
span { border-color: rgb(83,16,219); }
td.TdClassName
{
border-color: #5310DB;
}
.TagClassName
{
border-color: #5310DB;
}
</style>