Shades of Han Purple #5A15ED
Tints of Han Purple #5A15ED
RGB
CMYK
RGB Variations
Color information
#5A15ED (or 0x5A15ED) is known color: Han Purple. HEX triplet: 5A, 15 and ED. RGB value is (90,21,237). Sum of RGB (Red+Green+Blue) = 90+21+237=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 237 (92.97% from 255 or 68.10% from 348); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A15ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A15ED is #A5EA12. Grayscale: #414141. Windows color (decimal): -10873363 or 15537498. OLE color: 15537498.
HSL color Cylindrical-coordinate representation of color #5A15ED: hue angle of 259.17º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5A15ED is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 21 | 237 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.07 |
| HSL | 259.17º | 0.86% | 0.51% | - |
| HSV(B) | 259.17º | 0.91% | 0.93% | - |
| XYZ | 19.77 | 8.82 | 80.78 | - |
| YUV | 66.26 | 224.36 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 21 | 237 | 0.62 | 0.91 | 0 | 0.07 | 259.17 | 0.86 | 0.51 |
| Hex | 5A | 15 | ED | 3E | 5B | 0 | 7 | 103 | 56 | 33 |
| Octal | 132 | 25 | 355 | 76 | 133 | 0 | 7 | 403 | 126 | 63 |
| Binary | 1011010 | 10101 | 11101101 | 111110 | 1011011 | 0 | 111 | 100000011 | 1010110 | 110011 |
Color Harmonies of #5A15ED
Complementary color
Monochromatic Colors of #5A15ED
Black with #5A15ED
Text Example
Text Example
White with #5A15ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A15ED; }
p { color: rgb(90,21,237); }
H1.HeaderClassName
{
color: #5A15ED;
}
.AnyTagClassName
{
color: #5A15ED;
}
</style>
background-color css
<style>
a { background-color: #5A15ED; }
a { background-color: rgb(90,21,237); }
div.DivClassName
{
background-color: #5A15ED;
}
.BgClassName
{
background-color: #5A15ED;
}
</style>
border-color css
<style>
span { border-color: #5A15ED; }
span { border-color: rgb(90,21,237); }
td.TdClassName
{
border-color: #5A15ED;
}
.TagClassName
{
border-color: #5A15ED;
}
</style>