Shades of Han Purple #5A36E3
Tints of Han Purple #5A36E3
RGB
CMYK
RGB Variations
Color information
#5A36E3 (or 0x5A36E3) is known color: Han Purple. HEX triplet: 5A, 36 and E3. RGB value is (90,54,227). Sum of RGB (Red+Green+Blue) = 90+54+227=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 54 (21.48% from 255 or 14.56% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #5A36E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A36E3 is #A5C91C. Grayscale: #535353. Windows color (decimal): -10864925 or 14890586. OLE color: 14890586.
HSL color Cylindrical-coordinate representation of color #5A36E3: hue angle of 252.49º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A36E3 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 54 | 227 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.11 |
| HSL | 252.49º | 0.76% | 0.55% | - |
| HSV(B) | 252.49º | 0.76% | 0.89% | - |
| XYZ | 19.4 | 10.36 | 73.65 | - |
| YUV | 84.49 | 208.43 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 54 | 227 | 0.60 | 0.76 | 0 | 0.11 | 252.49 | 0.76 | 0.55 |
| Hex | 5A | 36 | E3 | 3C | 4C | 0 | B | FC | 4C | 37 |
| Octal | 132 | 66 | 343 | 74 | 114 | 0 | 13 | 374 | 114 | 67 |
| Binary | 1011010 | 110110 | 11100011 | 111100 | 1001100 | 0 | 1011 | 11111100 | 1001100 | 110111 |
Color Harmonies of #5A36E3
Complementary color
Monochromatic Colors of #5A36E3
Black with #5A36E3
Text Example
Text Example
White with #5A36E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A36E3; }
p { color: rgb(90,54,227); }
H1.HeaderClassName
{
color: #5A36E3;
}
.AnyTagClassName
{
color: #5A36E3;
}
</style>
background-color css
<style>
a { background-color: #5A36E3; }
a { background-color: rgb(90,54,227); }
div.DivClassName
{
background-color: #5A36E3;
}
.BgClassName
{
background-color: #5A36E3;
}
</style>
border-color css
<style>
span { border-color: #5A36E3; }
span { border-color: rgb(90,54,227); }
td.TdClassName
{
border-color: #5A36E3;
}
.TagClassName
{
border-color: #5A36E3;
}
</style>