Shades of Han Purple #5819FE
Tints of Han Purple #5819FE
RGB
CMYK
RGB Variations
Color information
#5819FE (or 0x5819FE) is known color: Han Purple. HEX triplet: 58, 19 and FE. RGB value is (88,25,254). Sum of RGB (Red+Green+Blue) = 88+25+254=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 25 (10.16% from 255 or 6.81% 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 #5819FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5819FE is #A7E601. Grayscale: #454545. Windows color (decimal): -11003394 or 16652632. OLE color: 16652632.
HSL color Cylindrical-coordinate representation of color #5819FE: hue angle of 256.51º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5819FE is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 25 | 254 | - |
| CMYK | 0.65 | 0.90 | 0 | 0.00 |
| HSL | 256.51º | 0.99% | 0.55% | - |
| HSV(B) | 256.51º | 0.9% | 1% | - |
| XYZ | 22.26 | 9.93 | 94.51 | - |
| YUV | 69.94 | 231.87 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 25 | 254 | 0.65 | 0.90 | 0 | 0.00 | 256.51 | 0.99 | 0.55 |
| Hex | 58 | 19 | FE | 41 | 5A | 0 | 0 | 101 | 63 | 37 |
| Octal | 130 | 31 | 376 | 101 | 132 | 0 | 0 | 401 | 143 | 67 |
| Binary | 1011000 | 11001 | 11111110 | 1000001 | 1011010 | 0 | 0 | 100000001 | 1100011 | 110111 |
Color Harmonies of #5819FE
Complementary color
Monochromatic Colors of #5819FE
Black with #5819FE
Text Example
Text Example
White with #5819FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5819FE; }
p { color: rgb(88,25,254); }
H1.HeaderClassName
{
color: #5819FE;
}
.AnyTagClassName
{
color: #5819FE;
}
</style>
background-color css
<style>
a { background-color: #5819FE; }
a { background-color: rgb(88,25,254); }
div.DivClassName
{
background-color: #5819FE;
}
.BgClassName
{
background-color: #5819FE;
}
</style>
border-color css
<style>
span { border-color: #5819FE; }
span { border-color: rgb(88,25,254); }
td.TdClassName
{
border-color: #5819FE;
}
.TagClassName
{
border-color: #5819FE;
}
</style>