Shades of Han Purple #5A25ED
Tints of Han Purple #5A25ED
RGB
CMYK
RGB Variations
Color information
#5A25ED (or 0x5A25ED) is known color: Han Purple. HEX triplet: 5A, 25 and ED. RGB value is (90,37,237). Sum of RGB (Red+Green+Blue) = 90+37+237=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 37 (14.84% from 255 or 10.16% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A25ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A25ED is #A5DA12. Grayscale: #4A4A4A. Windows color (decimal): -10869267 or 15541594. OLE color: 15541594.
HSL color Cylindrical-coordinate representation of color #5A25ED: hue angle of 255.9º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A25ED is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 37 | 237 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.07 |
| HSL | 255.9º | 0.85% | 0.54% | - |
| HSV(B) | 255.9º | 0.84% | 0.93% | - |
| XYZ | 20.16 | 9.61 | 80.91 | - |
| YUV | 75.65 | 219.06 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 237 | 0.62 | 0.84 | 0 | 0.07 | 255.9 | 0.85 | 0.54 |
| Hex | 5A | 25 | ED | 3E | 54 | 0 | 7 | 100 | 55 | 36 |
| Octal | 132 | 45 | 355 | 76 | 124 | 0 | 7 | 400 | 125 | 66 |
| Binary | 1011010 | 100101 | 11101101 | 111110 | 1010100 | 0 | 111 | 100000000 | 1010101 | 110110 |
Color Harmonies of #5A25ED
Complementary color
Monochromatic Colors of #5A25ED
Black with #5A25ED
Text Example
Text Example
White with #5A25ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A25ED; }
p { color: rgb(90,37,237); }
H1.HeaderClassName
{
color: #5A25ED;
}
.AnyTagClassName
{
color: #5A25ED;
}
</style>
background-color css
<style>
a { background-color: #5A25ED; }
a { background-color: rgb(90,37,237); }
div.DivClassName
{
background-color: #5A25ED;
}
.BgClassName
{
background-color: #5A25ED;
}
</style>
border-color css
<style>
span { border-color: #5A25ED; }
span { border-color: rgb(90,37,237); }
td.TdClassName
{
border-color: #5A25ED;
}
.TagClassName
{
border-color: #5A25ED;
}
</style>