Shades of Han Purple #5909E5
Tints of Han Purple #5909E5
RGB
CMYK
RGB Variations
Color information
#5909E5 (or 0x5909E5) is known color: Han Purple. HEX triplet: 59, 09 and E5. RGB value is (89,9,229). Sum of RGB (Red+Green+Blue) = 89+9+229=327 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.22% from 327); Green value is 9 (3.91% from 255 or 2.75% from 327); Blue value is 229 (89.84% from 255 or 70.03% from 327); Max value from RGB is 229 - color contains mainly: blue. Hex color #5909E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5909E5 is #A6F61A. Grayscale: #393939. Windows color (decimal): -10941979 or 15010137. OLE color: 15010137.
HSL color Cylindrical-coordinate representation of color #5909E5: hue angle of 261.82º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5909E5 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 9 | 229 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.10 |
| HSL | 261.82º | 0.92% | 0.47% | - |
| HSV(B) | 261.82º | 0.96% | 0.9% | - |
| XYZ | 18.36 | 7.98 | 74.7 | - |
| YUV | 58 | 224.5 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 229 | 0.61 | 0.96 | 0 | 0.10 | 261.82 | 0.92 | 0.47 |
| Hex | 59 | 9 | E5 | 3D | 60 | 0 | A | 106 | 5C | 2F |
| Octal | 131 | 11 | 345 | 75 | 140 | 0 | 12 | 406 | 134 | 57 |
| Binary | 1011001 | 1001 | 11100101 | 111101 | 1100000 | 0 | 1010 | 100000110 | 1011100 | 101111 |
Color Harmonies of #5909E5
Complementary color
Monochromatic Colors of #5909E5
Black with #5909E5
Text Example
Text Example
White with #5909E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5909E5; }
p { color: rgb(89,9,229); }
H1.HeaderClassName
{
color: #5909E5;
}
.AnyTagClassName
{
color: #5909E5;
}
</style>
background-color css
<style>
a { background-color: #5909E5; }
a { background-color: rgb(89,9,229); }
div.DivClassName
{
background-color: #5909E5;
}
.BgClassName
{
background-color: #5909E5;
}
</style>
border-color css
<style>
span { border-color: #5909E5; }
span { border-color: rgb(89,9,229); }
td.TdClassName
{
border-color: #5909E5;
}
.TagClassName
{
border-color: #5909E5;
}
</style>