Shades of Han Purple #5A30EA
Tints of Han Purple #5A30EA
RGB
CMYK
RGB Variations
Color information
#5A30EA (or 0x5A30EA) is known color: Han Purple. HEX triplet: 5A, 30 and EA. RGB value is (90,48,234). Sum of RGB (Red+Green+Blue) = 90+48+234=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 48 (19.14% from 255 or 12.90% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A30EA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A30EA is #A5CF15. Grayscale: #515151. Windows color (decimal): -10866454 or 15347802. OLE color: 15347802.
HSL color Cylindrical-coordinate representation of color #5A30EA: hue angle of 253.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A30EA is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 48 | 234 | - |
| CMYK | 0.62 | 0.79 | 0 | 0.08 |
| HSL | 253.55º | 0.82% | 0.55% | - |
| HSV(B) | 253.55º | 0.79% | 0.92% | - |
| XYZ | 20.12 | 10.23 | 78.76 | - |
| YUV | 81.76 | 213.91 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 48 | 234 | 0.62 | 0.79 | 0 | 0.08 | 253.55 | 0.82 | 0.55 |
| Hex | 5A | 30 | EA | 3E | 4F | 0 | 8 | FE | 52 | 37 |
| Octal | 132 | 60 | 352 | 76 | 117 | 0 | 10 | 376 | 122 | 67 |
| Binary | 1011010 | 110000 | 11101010 | 111110 | 1001111 | 0 | 1000 | 11111110 | 1010010 | 110111 |
Color Harmonies of #5A30EA
Complementary color
Monochromatic Colors of #5A30EA
Black with #5A30EA
Text Example
Text Example
White with #5A30EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A30EA; }
p { color: rgb(90,48,234); }
H1.HeaderClassName
{
color: #5A30EA;
}
.AnyTagClassName
{
color: #5A30EA;
}
</style>
background-color css
<style>
a { background-color: #5A30EA; }
a { background-color: rgb(90,48,234); }
div.DivClassName
{
background-color: #5A30EA;
}
.BgClassName
{
background-color: #5A30EA;
}
</style>
border-color css
<style>
span { border-color: #5A30EA; }
span { border-color: rgb(90,48,234); }
td.TdClassName
{
border-color: #5A30EA;
}
.TagClassName
{
border-color: #5A30EA;
}
</style>