Shades of Han Purple #5810FE
Tints of Han Purple #5810FE
RGB
CMYK
RGB Variations
Color information
#5810FE (or 0x5810FE) is known color: Han Purple. HEX triplet: 58, 10 and FE. RGB value is (88,16,254). Sum of RGB (Red+Green+Blue) = 88+16+254=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5810FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5810FE is #A7EF01. Grayscale: #3F3F3F. Windows color (decimal): -11005698 or 16650328. OLE color: 16650328.
HSL color Cylindrical-coordinate representation of color #5810FE: hue angle of 258.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5810FE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 88 | 16 | 254 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.00 |
| HSL | 258.15º | 0.99% | 0.53% | - |
| HSV(B) | 258.15º | 0.94% | 1% | - |
| XYZ | 22.1 | 9.6 | 94.45 | - |
| YUV | 64.66 | 234.85 | 144.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 254 | 0.65 | 0.94 | 0 | 0.00 | 258.15 | 0.99 | 0.53 |
| Hex | 58 | 10 | FE | 41 | 5E | 0 | 0 | 102 | 63 | 35 |
| Octal | 130 | 20 | 376 | 101 | 136 | 0 | 0 | 402 | 143 | 65 |
| Binary | 1011000 | 10000 | 11111110 | 1000001 | 1011110 | 0 | 0 | 100000010 | 1100011 | 110101 |
Color Harmonies of #5810FE
Complementary color
Monochromatic Colors of #5810FE
Black with #5810FE
Text Example
Text Example
White with #5810FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5810FE; }
p { color: rgb(88,16,254); }
H1.HeaderClassName
{
color: #5810FE;
}
.AnyTagClassName
{
color: #5810FE;
}
</style>
background-color css
<style>
a { background-color: #5810FE; }
a { background-color: rgb(88,16,254); }
div.DivClassName
{
background-color: #5810FE;
}
.BgClassName
{
background-color: #5810FE;
}
</style>
border-color css
<style>
span { border-color: #5810FE; }
span { border-color: rgb(88,16,254); }
td.TdClassName
{
border-color: #5810FE;
}
.TagClassName
{
border-color: #5810FE;
}
</style>