Shades of Han Purple #5A17DB
Tints of Han Purple #5A17DB
RGB
CMYK
RGB Variations
Color information
#5A17DB (or 0x5A17DB) is known color: Han Purple. HEX triplet: 5A, 17 and DB. RGB value is (90,23,219). Sum of RGB (Red+Green+Blue) = 90+23+219=332 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.11% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 219 (85.94% from 255 or 65.96% from 332); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A17DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A17DB is #A5E824. Grayscale: #404040. Windows color (decimal): -10872869 or 14358362. OLE color: 14358362.
HSL color Cylindrical-coordinate representation of color #5A17DB: hue angle of 260.51º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A17DB is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 23 | 219 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.14 |
| HSL | 260.51º | 0.81% | 0.47% | - |
| HSV(B) | 260.51º | 0.89% | 0.86% | - |
| XYZ | 17.31 | 7.9 | 67.63 | - |
| YUV | 65.38 | 214.7 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 23 | 219 | 0.59 | 0.89 | 0 | 0.14 | 260.51 | 0.81 | 0.47 |
| Hex | 5A | 17 | DB | 3B | 59 | 0 | E | 105 | 51 | 2F |
| Octal | 132 | 27 | 333 | 73 | 131 | 0 | 16 | 405 | 121 | 57 |
| Binary | 1011010 | 10111 | 11011011 | 111011 | 1011001 | 0 | 1110 | 100000101 | 1010001 | 101111 |
Color Harmonies of #5A17DB
Complementary color
Monochromatic Colors of #5A17DB
Black with #5A17DB
Text Example
Text Example
White with #5A17DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A17DB; }
p { color: rgb(90,23,219); }
H1.HeaderClassName
{
color: #5A17DB;
}
.AnyTagClassName
{
color: #5A17DB;
}
</style>
background-color css
<style>
a { background-color: #5A17DB; }
a { background-color: rgb(90,23,219); }
div.DivClassName
{
background-color: #5A17DB;
}
.BgClassName
{
background-color: #5A17DB;
}
</style>
border-color css
<style>
span { border-color: #5A17DB; }
span { border-color: rgb(90,23,219); }
td.TdClassName
{
border-color: #5A17DB;
}
.TagClassName
{
border-color: #5A17DB;
}
</style>