Shades of Han Purple #5934EA
Tints of Han Purple #5934EA
RGB
CMYK
RGB Variations
Color information
#5934EA (or 0x5934EA) is known color: Han Purple. HEX triplet: 59, 34 and EA. RGB value is (89,52,234). Sum of RGB (Red+Green+Blue) = 89+52+234=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 52 (20.70% from 255 or 13.87% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #5934EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5934EA is #A6CB15. Grayscale: #535353. Windows color (decimal): -10930966 or 15348825. OLE color: 15348825.
HSL color Cylindrical-coordinate representation of color #5934EA: hue angle of 252.2º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5934EA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 52 | 234 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.08 |
| HSL | 252.2º | 0.81% | 0.56% | - |
| HSV(B) | 252.2º | 0.78% | 0.92% | - |
| XYZ | 20.2 | 10.52 | 78.81 | - |
| YUV | 83.81 | 212.76 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 52 | 234 | 0.62 | 0.78 | 0 | 0.08 | 252.2 | 0.81 | 0.56 |
| Hex | 59 | 34 | EA | 3E | 4E | 0 | 8 | FC | 51 | 38 |
| Octal | 131 | 64 | 352 | 76 | 116 | 0 | 10 | 374 | 121 | 70 |
| Binary | 1011001 | 110100 | 11101010 | 111110 | 1001110 | 0 | 1000 | 11111100 | 1010001 | 111000 |
Color Harmonies of #5934EA
Complementary color
Monochromatic Colors of #5934EA
Black with #5934EA
Text Example
Text Example
White with #5934EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5934EA; }
p { color: rgb(89,52,234); }
H1.HeaderClassName
{
color: #5934EA;
}
.AnyTagClassName
{
color: #5934EA;
}
</style>
background-color css
<style>
a { background-color: #5934EA; }
a { background-color: rgb(89,52,234); }
div.DivClassName
{
background-color: #5934EA;
}
.BgClassName
{
background-color: #5934EA;
}
</style>
border-color css
<style>
span { border-color: #5934EA; }
span { border-color: rgb(89,52,234); }
td.TdClassName
{
border-color: #5934EA;
}
.TagClassName
{
border-color: #5934EA;
}
</style>