Shades of Han Purple #5816FE
Tints of Han Purple #5816FE
RGB
CMYK
RGB Variations
Color information
#5816FE (or 0x5816FE) is known color: Han Purple. HEX triplet: 58, 16 and FE. RGB value is (88,22,254). Sum of RGB (Red+Green+Blue) = 88+22+254=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 22 (8.98% from 255 or 6.04% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #5816FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5816FE is #A7E901. Grayscale: #434343. Windows color (decimal): -11004162 or 16651864. OLE color: 16651864.
HSL color Cylindrical-coordinate representation of color #5816FE: hue angle of 257.07º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5816FE is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 22 | 254 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.00 |
| HSL | 257.07º | 0.99% | 0.54% | - |
| HSV(B) | 257.07º | 0.91% | 1% | - |
| XYZ | 22.2 | 9.8 | 94.49 | - |
| YUV | 68.18 | 232.87 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 22 | 254 | 0.65 | 0.91 | 0 | 0.00 | 257.07 | 0.99 | 0.54 |
| Hex | 58 | 16 | FE | 41 | 5B | 0 | 0 | 101 | 63 | 36 |
| Octal | 130 | 26 | 376 | 101 | 133 | 0 | 0 | 401 | 143 | 66 |
| Binary | 1011000 | 10110 | 11111110 | 1000001 | 1011011 | 0 | 0 | 100000001 | 1100011 | 110110 |
Color Harmonies of #5816FE
Complementary color
Monochromatic Colors of #5816FE
Black with #5816FE
Text Example
Text Example
White with #5816FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5816FE; }
p { color: rgb(88,22,254); }
H1.HeaderClassName
{
color: #5816FE;
}
.AnyTagClassName
{
color: #5816FE;
}
</style>
background-color css
<style>
a { background-color: #5816FE; }
a { background-color: rgb(88,22,254); }
div.DivClassName
{
background-color: #5816FE;
}
.BgClassName
{
background-color: #5816FE;
}
</style>
border-color css
<style>
span { border-color: #5816FE; }
span { border-color: rgb(88,22,254); }
td.TdClassName
{
border-color: #5816FE;
}
.TagClassName
{
border-color: #5816FE;
}
</style>