Shades of Han Purple #5A35E6
Tints of Han Purple #5A35E6
RGB
CMYK
RGB Variations
Color information
#5A35E6 (or 0x5A35E6) is known color: Han Purple. HEX triplet: 5A, 35 and E6. RGB value is (90,53,230). Sum of RGB (Red+Green+Blue) = 90+53+230=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 53 (21.09% from 255 or 14.21% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #5A35E6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A35E6 is #A5CA19. Grayscale: #535353. Windows color (decimal): -10865178 or 15086938. OLE color: 15086938.
HSL color Cylindrical-coordinate representation of color #5A35E6: hue angle of 252.54º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5A35E6 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 90 | 53 | 230 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.10 |
| HSL | 252.54º | 0.78% | 0.55% | - |
| HSV(B) | 252.54º | 0.77% | 0.9% | - |
| XYZ | 19.77 | 10.43 | 75.83 | - |
| YUV | 84.24 | 210.26 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 53 | 230 | 0.61 | 0.77 | 0 | 0.10 | 252.54 | 0.78 | 0.55 |
| Hex | 5A | 35 | E6 | 3D | 4D | 0 | A | FD | 4E | 37 |
| Octal | 132 | 65 | 346 | 75 | 115 | 0 | 12 | 375 | 116 | 67 |
| Binary | 1011010 | 110101 | 11100110 | 111101 | 1001101 | 0 | 1010 | 11111101 | 1001110 | 110111 |
Color Harmonies of #5A35E6
Complementary color
Monochromatic Colors of #5A35E6
Black with #5A35E6
Text Example
Text Example
White with #5A35E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A35E6; }
p { color: rgb(90,53,230); }
H1.HeaderClassName
{
color: #5A35E6;
}
.AnyTagClassName
{
color: #5A35E6;
}
</style>
background-color css
<style>
a { background-color: #5A35E6; }
a { background-color: rgb(90,53,230); }
div.DivClassName
{
background-color: #5A35E6;
}
.BgClassName
{
background-color: #5A35E6;
}
</style>
border-color css
<style>
span { border-color: #5A35E6; }
span { border-color: rgb(90,53,230); }
td.TdClassName
{
border-color: #5A35E6;
}
.TagClassName
{
border-color: #5A35E6;
}
</style>