Shades of Han Purple #5929E7
Tints of Han Purple #5929E7
RGB
CMYK
RGB Variations
Color information
#5929E7 (or 0x5929E7) is known color: Han Purple. HEX triplet: 59, 29 and E7. RGB value is (89,41,231). Sum of RGB (Red+Green+Blue) = 89+41+231=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 231 (90.62% from 255 or 63.99% from 361); Max value from RGB is 231 - color contains mainly: blue. Hex color #5929E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5929E7 is #A6D618. Grayscale: #4C4C4C. Windows color (decimal): -10933785 or 15149401. OLE color: 15149401.
HSL color Cylindrical-coordinate representation of color #5929E7: hue angle of 255.16º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5929E7 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 41 | 231 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.09 |
| HSL | 255.16º | 0.8% | 0.53% | - |
| HSV(B) | 255.16º | 0.82% | 0.91% | - |
| XYZ | 19.34 | 9.48 | 76.41 | - |
| YUV | 77.01 | 214.9 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 41 | 231 | 0.61 | 0.82 | 0 | 0.09 | 255.16 | 0.8 | 0.53 |
| Hex | 59 | 29 | E7 | 3D | 52 | 0 | 9 | FF | 50 | 35 |
| Octal | 131 | 51 | 347 | 75 | 122 | 0 | 11 | 377 | 120 | 65 |
| Binary | 1011001 | 101001 | 11100111 | 111101 | 1010010 | 0 | 1001 | 11111111 | 1010000 | 110101 |
Color Harmonies of #5929E7
Complementary color
Monochromatic Colors of #5929E7
Black with #5929E7
Text Example
Text Example
White with #5929E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5929E7; }
p { color: rgb(89,41,231); }
H1.HeaderClassName
{
color: #5929E7;
}
.AnyTagClassName
{
color: #5929E7;
}
</style>
background-color css
<style>
a { background-color: #5929E7; }
a { background-color: rgb(89,41,231); }
div.DivClassName
{
background-color: #5929E7;
}
.BgClassName
{
background-color: #5929E7;
}
</style>
border-color css
<style>
span { border-color: #5929E7; }
span { border-color: rgb(89,41,231); }
td.TdClassName
{
border-color: #5929E7;
}
.TagClassName
{
border-color: #5929E7;
}
</style>