Shades of Han Purple #5618DA
Tints of Han Purple #5618DA
RGB
CMYK
RGB Variations
Color information
#5618DA (or 0x5618DA) is known color: Han Purple. HEX triplet: 56, 18 and DA. RGB value is (86,24,218). Sum of RGB (Red+Green+Blue) = 86+24+218=328 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.22% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #5618DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5618DA is #A9E725. Grayscale: #3F3F3F. Windows color (decimal): -11134758 or 14293078. OLE color: 14293078.
HSL color Cylindrical-coordinate representation of color #5618DA: hue angle of 259.18º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5618DA is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 24 | 218 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.15 |
| HSL | 259.18º | 0.8% | 0.47% | - |
| HSV(B) | 259.18º | 0.89% | 0.85% | - |
| XYZ | 16.82 | 7.69 | 66.93 | - |
| YUV | 64.65 | 214.54 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 218 | 0.61 | 0.89 | 0 | 0.15 | 259.18 | 0.8 | 0.47 |
| Hex | 56 | 18 | DA | 3D | 59 | 0 | F | 103 | 50 | 2F |
| Octal | 126 | 30 | 332 | 75 | 131 | 0 | 17 | 403 | 120 | 57 |
| Binary | 1010110 | 11000 | 11011010 | 111101 | 1011001 | 0 | 1111 | 100000011 | 1010000 | 101111 |
Color Harmonies of #5618DA
Complementary color
Monochromatic Colors of #5618DA
Black with #5618DA
Text Example
Text Example
White with #5618DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5618DA; }
p { color: rgb(86,24,218); }
H1.HeaderClassName
{
color: #5618DA;
}
.AnyTagClassName
{
color: #5618DA;
}
</style>
background-color css
<style>
a { background-color: #5618DA; }
a { background-color: rgb(86,24,218); }
div.DivClassName
{
background-color: #5618DA;
}
.BgClassName
{
background-color: #5618DA;
}
</style>
border-color css
<style>
span { border-color: #5618DA; }
span { border-color: rgb(86,24,218); }
td.TdClassName
{
border-color: #5618DA;
}
.TagClassName
{
border-color: #5618DA;
}
</style>