Shades of Han Purple #5609D5
Tints of Han Purple #5609D5
RGB
CMYK
RGB Variations
Color information
#5609D5 (or 0x5609D5) is known color: Han Purple. HEX triplet: 56, 09 and D5. RGB value is (86,9,213). Sum of RGB (Red+Green+Blue) = 86+9+213=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 213 (83.59% from 255 or 69.16% from 308); Max value from RGB is 213 - color contains mainly: blue. Hex color #5609D5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609D5 is #A9F62A. Grayscale: #363636. Windows color (decimal): -11138603 or 13961558. OLE color: 13961558.
HSL color Cylindrical-coordinate representation of color #5609D5: hue angle of 262.65º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5609D5 is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 9 | 213 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.16 |
| HSL | 262.65º | 0.92% | 0.44% | - |
| HSV(B) | 262.65º | 0.96% | 0.84% | - |
| XYZ | 15.95 | 6.98 | 63.46 | - |
| YUV | 55.28 | 217.01 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 9 | 213 | 0.60 | 0.96 | 0 | 0.16 | 262.65 | 0.92 | 0.44 |
| Hex | 56 | 9 | D5 | 3C | 60 | 0 | 10 | 107 | 5C | 2C |
| Octal | 126 | 11 | 325 | 74 | 140 | 0 | 20 | 407 | 134 | 54 |
| Binary | 1010110 | 1001 | 11010101 | 111100 | 1100000 | 0 | 10000 | 100000111 | 1011100 | 101100 |
Color Harmonies of #5609D5
Complementary color
Monochromatic Colors of #5609D5
Black with #5609D5
Text Example
Text Example
White with #5609D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5609D5; }
p { color: rgb(86,9,213); }
H1.HeaderClassName
{
color: #5609D5;
}
.AnyTagClassName
{
color: #5609D5;
}
</style>
background-color css
<style>
a { background-color: #5609D5; }
a { background-color: rgb(86,9,213); }
div.DivClassName
{
background-color: #5609D5;
}
.BgClassName
{
background-color: #5609D5;
}
</style>
border-color css
<style>
span { border-color: #5609D5; }
span { border-color: rgb(86,9,213); }
td.TdClassName
{
border-color: #5609D5;
}
.TagClassName
{
border-color: #5609D5;
}
</style>