Shades of Han Purple #5928EA
Tints of Han Purple #5928EA
RGB
CMYK
RGB Variations
Color information
#5928EA (or 0x5928EA) is known color: Han Purple. HEX triplet: 59, 28 and EA. RGB value is (89,40,234). Sum of RGB (Red+Green+Blue) = 89+40+234=363 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.52% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 234 (91.80% from 255 or 64.46% from 363); Max value from RGB is 234 - color contains mainly: blue. Hex color #5928EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5928EA is #A6D715. Grayscale: #4C4C4C. Windows color (decimal): -10934038 or 15345753. OLE color: 15345753.
HSL color Cylindrical-coordinate representation of color #5928EA: hue angle of 255.15º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5928EA is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 40 | 234 | - |
| CMYK | 0.62 | 0.83 | 0 | 0.08 |
| HSL | 255.15º | 0.82% | 0.54% | - |
| HSV(B) | 255.15º | 0.83% | 0.92% | - |
| XYZ | 19.73 | 9.58 | 78.65 | - |
| YUV | 76.77 | 216.73 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 40 | 234 | 0.62 | 0.83 | 0 | 0.08 | 255.15 | 0.82 | 0.54 |
| Hex | 59 | 28 | EA | 3E | 53 | 0 | 8 | FF | 52 | 36 |
| Octal | 131 | 50 | 352 | 76 | 123 | 0 | 10 | 377 | 122 | 66 |
| Binary | 1011001 | 101000 | 11101010 | 111110 | 1010011 | 0 | 1000 | 11111111 | 1010010 | 110110 |
Color Harmonies of #5928EA
Complementary color
Monochromatic Colors of #5928EA
Black with #5928EA
Text Example
Text Example
White with #5928EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5928EA; }
p { color: rgb(89,40,234); }
H1.HeaderClassName
{
color: #5928EA;
}
.AnyTagClassName
{
color: #5928EA;
}
</style>
background-color css
<style>
a { background-color: #5928EA; }
a { background-color: rgb(89,40,234); }
div.DivClassName
{
background-color: #5928EA;
}
.BgClassName
{
background-color: #5928EA;
}
</style>
border-color css
<style>
span { border-color: #5928EA; }
span { border-color: rgb(89,40,234); }
td.TdClassName
{
border-color: #5928EA;
}
.TagClassName
{
border-color: #5928EA;
}
</style>