Shades of Han Purple #5619DA
Tints of Han Purple #5619DA
RGB
CMYK
RGB Variations
Color information
#5619DA (or 0x5619DA) is known color: Han Purple. HEX triplet: 56, 19 and DA. RGB value is (86,25,218). Sum of RGB (Red+Green+Blue) = 86+25+218=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 25 (10.16% from 255 or 7.60% from 329); Blue value is 218 (85.55% from 255 or 66.26% from 329); Max value from RGB is 218 - color contains mainly: blue. Hex color #5619DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5619DA is #A9E625. Grayscale: #404040. Windows color (decimal): -11134502 or 14293334. OLE color: 14293334.
HSL color Cylindrical-coordinate representation of color #5619DA: hue angle of 258.96º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5619DA is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 25 | 218 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.15 |
| HSL | 258.96º | 0.79% | 0.48% | - |
| HSV(B) | 258.96º | 0.89% | 0.85% | - |
| XYZ | 16.84 | 7.74 | 66.94 | - |
| YUV | 65.24 | 214.21 | 142.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 218 | 0.61 | 0.89 | 0 | 0.15 | 258.96 | 0.79 | 0.48 |
| Hex | 56 | 19 | DA | 3D | 59 | 0 | F | 103 | 4F | 30 |
| Octal | 126 | 31 | 332 | 75 | 131 | 0 | 17 | 403 | 117 | 60 |
| Binary | 1010110 | 11001 | 11011010 | 111101 | 1011001 | 0 | 1111 | 100000011 | 1001111 | 110000 |
Color Harmonies of #5619DA
Complementary color
Monochromatic Colors of #5619DA
Black with #5619DA
Text Example
Text Example
White with #5619DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5619DA; }
p { color: rgb(86,25,218); }
H1.HeaderClassName
{
color: #5619DA;
}
.AnyTagClassName
{
color: #5619DA;
}
</style>
background-color css
<style>
a { background-color: #5619DA; }
a { background-color: rgb(86,25,218); }
div.DivClassName
{
background-color: #5619DA;
}
.BgClassName
{
background-color: #5619DA;
}
</style>
border-color css
<style>
span { border-color: #5619DA; }
span { border-color: rgb(86,25,218); }
td.TdClassName
{
border-color: #5619DA;
}
.TagClassName
{
border-color: #5619DA;
}
</style>