Shades of Han Purple #5915E5
Tints of Han Purple #5915E5
RGB
CMYK
RGB Variations
Color information
#5915E5 (or 0x5915E5) is known color: Han Purple. HEX triplet: 59, 15 and E5. RGB value is (89,21,229). Sum of RGB (Red+Green+Blue) = 89+21+229=339 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.25% from 339); Green value is 21 (8.59% from 255 or 6.19% from 339); Blue value is 229 (89.84% from 255 or 67.55% from 339); Max value from RGB is 229 - color contains mainly: blue. Hex color #5915E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5915E5 is #A6EA1A. Grayscale: #404040. Windows color (decimal): -10938907 or 15013209. OLE color: 15013209.
HSL color Cylindrical-coordinate representation of color #5915E5: hue angle of 259.62º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5915E5 is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 21 | 229 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.10 |
| HSL | 259.62º | 0.83% | 0.49% | - |
| HSV(B) | 259.62º | 0.91% | 0.9% | - |
| XYZ | 18.53 | 8.32 | 74.76 | - |
| YUV | 65.04 | 220.53 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 229 | 0.61 | 0.91 | 0 | 0.10 | 259.62 | 0.83 | 0.49 |
| Hex | 59 | 15 | E5 | 3D | 5B | 0 | A | 104 | 53 | 31 |
| Octal | 131 | 25 | 345 | 75 | 133 | 0 | 12 | 404 | 123 | 61 |
| Binary | 1011001 | 10101 | 11100101 | 111101 | 1011011 | 0 | 1010 | 100000100 | 1010011 | 110001 |
Color Harmonies of #5915E5
Complementary color
Monochromatic Colors of #5915E5
Black with #5915E5
Text Example
Text Example
White with #5915E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5915E5; }
p { color: rgb(89,21,229); }
H1.HeaderClassName
{
color: #5915E5;
}
.AnyTagClassName
{
color: #5915E5;
}
</style>
background-color css
<style>
a { background-color: #5915E5; }
a { background-color: rgb(89,21,229); }
div.DivClassName
{
background-color: #5915E5;
}
.BgClassName
{
background-color: #5915E5;
}
</style>
border-color css
<style>
span { border-color: #5915E5; }
span { border-color: rgb(89,21,229); }
td.TdClassName
{
border-color: #5915E5;
}
.TagClassName
{
border-color: #5915E5;
}
</style>