Shades of Han Purple #5606ED
Tints of Han Purple #5606ED
RGB
CMYK
RGB Variations
Color information
#5606ED (or 0x5606ED) is known color: Han Purple. HEX triplet: 56, 06 and ED. RGB value is (86,6,237). Sum of RGB (Red+Green+Blue) = 86+6+237=329 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.14% from 329); Green value is 6 (2.73% from 255 or 1.82% from 329); Blue value is 237 (92.97% from 255 or 72.04% from 329); Max value from RGB is 237 - color contains mainly: blue. Hex color #5606ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5606ED is #A9F912. Grayscale: #373737. Windows color (decimal): -11139347 or 15533654. OLE color: 15533654.
HSL color Cylindrical-coordinate representation of color #5606ED: hue angle of 260.78º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606ED is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 6 | 237 | - |
| CMYK | 0.64 | 0.97 | 0 | 0.07 |
| HSL | 260.78º | 0.95% | 0.48% | - |
| HSV(B) | 260.78º | 0.97% | 0.93% | - |
| XYZ | 19.19 | 8.22 | 80.7 | - |
| YUV | 56.25 | 230 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 237 | 0.64 | 0.97 | 0 | 0.07 | 260.78 | 0.95 | 0.48 |
| Hex | 56 | 6 | ED | 40 | 61 | 0 | 7 | 105 | 5F | 30 |
| Octal | 126 | 6 | 355 | 100 | 141 | 0 | 7 | 405 | 137 | 60 |
| Binary | 1010110 | 110 | 11101101 | 1000000 | 1100001 | 0 | 111 | 100000101 | 1011111 | 110000 |
Color Harmonies of #5606ED
Complementary color
Monochromatic Colors of #5606ED
Black with #5606ED
Text Example
Text Example
White with #5606ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5606ED; }
p { color: rgb(86,6,237); }
H1.HeaderClassName
{
color: #5606ED;
}
.AnyTagClassName
{
color: #5606ED;
}
</style>
background-color css
<style>
a { background-color: #5606ED; }
a { background-color: rgb(86,6,237); }
div.DivClassName
{
background-color: #5606ED;
}
.BgClassName
{
background-color: #5606ED;
}
</style>
border-color css
<style>
span { border-color: #5606ED; }
span { border-color: rgb(86,6,237); }
td.TdClassName
{
border-color: #5606ED;
}
.TagClassName
{
border-color: #5606ED;
}
</style>