Shades of Han Purple #5A14DB
Tints of Han Purple #5A14DB
RGB
CMYK
RGB Variations
Color information
#5A14DB (or 0x5A14DB) is known color: Han Purple. HEX triplet: 5A, 14 and DB. RGB value is (90,20,219). Sum of RGB (Red+Green+Blue) = 90+20+219=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 219 (85.94% from 255 or 66.57% from 329); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A14DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A14DB is #A5EB24. Grayscale: #3E3E3E. Windows color (decimal): -10873637 or 14357594. OLE color: 14357594.
HSL color Cylindrical-coordinate representation of color #5A14DB: hue angle of 261.11º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A14DB is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 20 | 219 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.14 |
| HSL | 261.11º | 0.83% | 0.47% | - |
| HSV(B) | 261.11º | 0.91% | 0.86% | - |
| XYZ | 17.25 | 7.79 | 67.61 | - |
| YUV | 63.62 | 215.69 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 219 | 0.59 | 0.91 | 0 | 0.14 | 261.11 | 0.83 | 0.47 |
| Hex | 5A | 14 | DB | 3B | 5B | 0 | E | 105 | 53 | 2F |
| Octal | 132 | 24 | 333 | 73 | 133 | 0 | 16 | 405 | 123 | 57 |
| Binary | 1011010 | 10100 | 11011011 | 111011 | 1011011 | 0 | 1110 | 100000101 | 1010011 | 101111 |
Color Harmonies of #5A14DB
Complementary color
Monochromatic Colors of #5A14DB
Black with #5A14DB
Text Example
Text Example
White with #5A14DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14DB; }
p { color: rgb(90,20,219); }
H1.HeaderClassName
{
color: #5A14DB;
}
.AnyTagClassName
{
color: #5A14DB;
}
</style>
background-color css
<style>
a { background-color: #5A14DB; }
a { background-color: rgb(90,20,219); }
div.DivClassName
{
background-color: #5A14DB;
}
.BgClassName
{
background-color: #5A14DB;
}
</style>
border-color css
<style>
span { border-color: #5A14DB; }
span { border-color: rgb(90,20,219); }
td.TdClassName
{
border-color: #5A14DB;
}
.TagClassName
{
border-color: #5A14DB;
}
</style>