Shades of Han Purple #5414DB
Tints of Han Purple #5414DB
RGB
CMYK
RGB Variations
Color information
#5414DB (or 0x5414DB) is known color: Han Purple. HEX triplet: 54, 14 and DB. RGB value is (84,20,219). Sum of RGB (Red+Green+Blue) = 84+20+219=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 219 (85.94% from 255 or 67.80% from 323); Max value from RGB is 219 - color contains mainly: blue. Hex color #5414DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5414DB is #ABEB24. Grayscale: #3D3D3D. Windows color (decimal): -11266853 or 14357588. OLE color: 14357588.
HSL color Cylindrical-coordinate representation of color #5414DB: hue angle of 259.3º 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 #5414DB is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 20 | 219 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.14 |
| HSL | 259.3º | 0.83% | 0.47% | - |
| HSV(B) | 259.3º | 0.91% | 0.86% | - |
| XYZ | 16.69 | 7.5 | 67.59 | - |
| YUV | 61.82 | 216.7 | 143.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 20 | 219 | 0.62 | 0.91 | 0 | 0.14 | 259.3 | 0.83 | 0.47 |
| Hex | 54 | 14 | DB | 3E | 5B | 0 | E | 103 | 53 | 2F |
| Octal | 124 | 24 | 333 | 76 | 133 | 0 | 16 | 403 | 123 | 57 |
| Binary | 1010100 | 10100 | 11011011 | 111110 | 1011011 | 0 | 1110 | 100000011 | 1010011 | 101111 |
Color Harmonies of #5414DB
Complementary color
Monochromatic Colors of #5414DB
Black with #5414DB
Text Example
Text Example
White with #5414DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5414DB; }
p { color: rgb(84,20,219); }
H1.HeaderClassName
{
color: #5414DB;
}
.AnyTagClassName
{
color: #5414DB;
}
</style>
background-color css
<style>
a { background-color: #5414DB; }
a { background-color: rgb(84,20,219); }
div.DivClassName
{
background-color: #5414DB;
}
.BgClassName
{
background-color: #5414DB;
}
</style>
border-color css
<style>
span { border-color: #5414DB; }
span { border-color: rgb(84,20,219); }
td.TdClassName
{
border-color: #5414DB;
}
.TagClassName
{
border-color: #5414DB;
}
</style>