Shades of Han Purple #5809E5
Tints of Han Purple #5809E5
RGB
CMYK
RGB Variations
Color information
#5809E5 (or 0x5809E5) is known color: Han Purple. HEX triplet: 58, 09 and E5. RGB value is (88,9,229). Sum of RGB (Red+Green+Blue) = 88+9+229=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 229 (89.84% from 255 or 70.25% from 326); Max value from RGB is 229 - color contains mainly: blue. Hex color #5809E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809E5 is #A7F61A. Grayscale: #383838. Windows color (decimal): -11007515 or 15010136. OLE color: 15010136.
HSL color Cylindrical-coordinate representation of color #5809E5: hue angle of 261.55º 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 #5809E5 is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 9 | 229 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.10 |
| HSL | 261.55º | 0.92% | 0.47% | - |
| HSV(B) | 261.55º | 0.96% | 0.9% | - |
| XYZ | 18.27 | 7.93 | 74.7 | - |
| YUV | 57.7 | 224.67 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 229 | 0.62 | 0.96 | 0 | 0.10 | 261.55 | 0.92 | 0.47 |
| Hex | 58 | 9 | E5 | 3E | 60 | 0 | A | 106 | 5C | 2F |
| Octal | 130 | 11 | 345 | 76 | 140 | 0 | 12 | 406 | 134 | 57 |
| Binary | 1011000 | 1001 | 11100101 | 111110 | 1100000 | 0 | 1010 | 100000110 | 1011100 | 101111 |
Color Harmonies of #5809E5
Complementary color
Monochromatic Colors of #5809E5
Black with #5809E5
Text Example
Text Example
White with #5809E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809E5; }
p { color: rgb(88,9,229); }
H1.HeaderClassName
{
color: #5809E5;
}
.AnyTagClassName
{
color: #5809E5;
}
</style>
background-color css
<style>
a { background-color: #5809E5; }
a { background-color: rgb(88,9,229); }
div.DivClassName
{
background-color: #5809E5;
}
.BgClassName
{
background-color: #5809E5;
}
</style>
border-color css
<style>
span { border-color: #5809E5; }
span { border-color: rgb(88,9,229); }
td.TdClassName
{
border-color: #5809E5;
}
.TagClassName
{
border-color: #5809E5;
}
</style>