Shades of Han Purple #5316DB
Tints of Han Purple #5316DB
RGB
CMYK
RGB Variations
Color information
#5316DB (or 0x5316DB) is known color: Han Purple. HEX triplet: 53, 16 and DB. RGB value is (83,22,219). Sum of RGB (Red+Green+Blue) = 83+22+219=324 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.62% from 324); Green value is 22 (8.98% from 255 or 6.79% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #5316DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5316DB is #ACE924. Grayscale: #3D3D3D. Windows color (decimal): -11331877 or 14358099. OLE color: 14358099.
HSL color Cylindrical-coordinate representation of color #5316DB: hue angle of 258.58º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5316DB is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 22 | 219 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.14 |
| HSL | 258.58º | 0.82% | 0.47% | - |
| HSV(B) | 258.58º | 0.9% | 0.86% | - |
| XYZ | 16.64 | 7.53 | 67.59 | - |
| YUV | 62.7 | 216.21 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 22 | 219 | 0.62 | 0.90 | 0 | 0.14 | 258.58 | 0.82 | 0.47 |
| Hex | 53 | 16 | DB | 3E | 5A | 0 | E | 103 | 52 | 2F |
| Octal | 123 | 26 | 333 | 76 | 132 | 0 | 16 | 403 | 122 | 57 |
| Binary | 1010011 | 10110 | 11011011 | 111110 | 1011010 | 0 | 1110 | 100000011 | 1010010 | 101111 |
Color Harmonies of #5316DB
Complementary color
Monochromatic Colors of #5316DB
Black with #5316DB
Text Example
Text Example
White with #5316DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5316DB; }
p { color: rgb(83,22,219); }
H1.HeaderClassName
{
color: #5316DB;
}
.AnyTagClassName
{
color: #5316DB;
}
</style>
background-color css
<style>
a { background-color: #5316DB; }
a { background-color: rgb(83,22,219); }
div.DivClassName
{
background-color: #5316DB;
}
.BgClassName
{
background-color: #5316DB;
}
</style>
border-color css
<style>
span { border-color: #5316DB; }
span { border-color: rgb(83,22,219); }
td.TdClassName
{
border-color: #5316DB;
}
.TagClassName
{
border-color: #5316DB;
}
</style>