Shades of Han Purple #5606D5
Tints of Han Purple #5606D5
RGB
CMYK
RGB Variations
Color information
#5606D5 (or 0x5606D5) is known color: Han Purple. HEX triplet: 56, 06 and D5. RGB value is (86,6,213). Sum of RGB (Red+Green+Blue) = 86+6+213=305 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.20% from 305); Green value is 6 (2.73% from 255 or 1.97% from 305); Blue value is 213 (83.59% from 255 or 69.84% from 305); Max value from RGB is 213 - color contains mainly: blue. Hex color #5606D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606D5 is #A9F92A. Grayscale: #343434. Windows color (decimal): -11139371 or 13960790. OLE color: 13960790.
HSL color Cylindrical-coordinate representation of color #5606D5: hue angle of 263.19º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5606D5 is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 6 | 213 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.16 |
| HSL | 263.19º | 0.95% | 0.43% | - |
| HSV(B) | 263.19º | 0.97% | 0.84% | - |
| XYZ | 15.91 | 6.91 | 63.45 | - |
| YUV | 53.52 | 218 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 213 | 0.60 | 0.97 | 0 | 0.16 | 263.19 | 0.95 | 0.43 |
| Hex | 56 | 6 | D5 | 3C | 61 | 0 | 10 | 107 | 5F | 2B |
| Octal | 126 | 6 | 325 | 74 | 141 | 0 | 20 | 407 | 137 | 53 |
| Binary | 1010110 | 110 | 11010101 | 111100 | 1100001 | 0 | 10000 | 100000111 | 1011111 | 101011 |
Color Harmonies of #5606D5
Complementary color
Monochromatic Colors of #5606D5
Black with #5606D5
Text Example
Text Example
White with #5606D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5606D5; }
p { color: rgb(86,6,213); }
H1.HeaderClassName
{
color: #5606D5;
}
.AnyTagClassName
{
color: #5606D5;
}
</style>
background-color css
<style>
a { background-color: #5606D5; }
a { background-color: rgb(86,6,213); }
div.DivClassName
{
background-color: #5606D5;
}
.BgClassName
{
background-color: #5606D5;
}
</style>
border-color css
<style>
span { border-color: #5606D5; }
span { border-color: rgb(86,6,213); }
td.TdClassName
{
border-color: #5606D5;
}
.TagClassName
{
border-color: #5606D5;
}
</style>