Shades of Han Purple #5918FE
Tints of Han Purple #5918FE
RGB
CMYK
RGB Variations
Color information
#5918FE (or 0x5918FE) is known color: Han Purple. HEX triplet: 59, 18 and FE. RGB value is (89,24,254). Sum of RGB (Red+Green+Blue) = 89+24+254=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 24 (9.77% from 255 or 6.54% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #5918FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5918FE is #A6E701. Grayscale: #444444. Windows color (decimal): -10938114 or 16652377. OLE color: 16652377.
HSL color Cylindrical-coordinate representation of color #5918FE: hue angle of 256.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5918FE is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 89 | 24 | 254 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.00 |
| HSL | 256.96º | 0.99% | 0.55% | - |
| HSV(B) | 256.96º | 0.91% | 1% | - |
| XYZ | 22.34 | 9.93 | 94.51 | - |
| YUV | 69.66 | 232.03 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 24 | 254 | 0.65 | 0.91 | 0 | 0.00 | 256.96 | 0.99 | 0.55 |
| Hex | 59 | 18 | FE | 41 | 5B | 0 | 0 | 101 | 63 | 37 |
| Octal | 131 | 30 | 376 | 101 | 133 | 0 | 0 | 401 | 143 | 67 |
| Binary | 1011001 | 11000 | 11111110 | 1000001 | 1011011 | 0 | 0 | 100000001 | 1100011 | 110111 |
Color Harmonies of #5918FE
Complementary color
Monochromatic Colors of #5918FE
Black with #5918FE
Text Example
Text Example
White with #5918FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5918FE; }
p { color: rgb(89,24,254); }
H1.HeaderClassName
{
color: #5918FE;
}
.AnyTagClassName
{
color: #5918FE;
}
</style>
background-color css
<style>
a { background-color: #5918FE; }
a { background-color: rgb(89,24,254); }
div.DivClassName
{
background-color: #5918FE;
}
.BgClassName
{
background-color: #5918FE;
}
</style>
border-color css
<style>
span { border-color: #5918FE; }
span { border-color: rgb(89,24,254); }
td.TdClassName
{
border-color: #5918FE;
}
.TagClassName
{
border-color: #5918FE;
}
</style>