Shades of Han Purple #5A0FED
Tints of Han Purple #5A0FED
RGB
CMYK
RGB Variations
Color information
#5A0FED (or 0x5A0FED) is known color: Han Purple. HEX triplet: 5A, 0F and ED. RGB value is (90,15,237). Sum of RGB (Red+Green+Blue) = 90+15+237=342 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.32% from 342); Green value is 15 (6.25% from 255 or 4.39% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #5A0FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FED is #A5F012. Grayscale: #3D3D3D. Windows color (decimal): -10874899 or 15535962. OLE color: 15535962.
HSL color Cylindrical-coordinate representation of color #5A0FED: hue angle of 260.27º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FED is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 15 | 237 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.07 |
| HSL | 260.27º | 0.88% | 0.49% | - |
| HSV(B) | 260.27º | 0.94% | 0.93% | - |
| XYZ | 19.67 | 8.63 | 80.75 | - |
| YUV | 62.73 | 226.35 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 237 | 0.62 | 0.94 | 0 | 0.07 | 260.27 | 0.88 | 0.49 |
| Hex | 5A | F | ED | 3E | 5E | 0 | 7 | 104 | 58 | 31 |
| Octal | 132 | 17 | 355 | 76 | 136 | 0 | 7 | 404 | 130 | 61 |
| Binary | 1011010 | 1111 | 11101101 | 111110 | 1011110 | 0 | 111 | 100000100 | 1011000 | 110001 |
Color Harmonies of #5A0FED
Complementary color
Monochromatic Colors of #5A0FED
Black with #5A0FED
Text Example
Text Example
White with #5A0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0FED; }
p { color: rgb(90,15,237); }
H1.HeaderClassName
{
color: #5A0FED;
}
.AnyTagClassName
{
color: #5A0FED;
}
</style>
background-color css
<style>
a { background-color: #5A0FED; }
a { background-color: rgb(90,15,237); }
div.DivClassName
{
background-color: #5A0FED;
}
.BgClassName
{
background-color: #5A0FED;
}
</style>
border-color css
<style>
span { border-color: #5A0FED; }
span { border-color: rgb(90,15,237); }
td.TdClassName
{
border-color: #5A0FED;
}
.TagClassName
{
border-color: #5A0FED;
}
</style>