Shades of Han Purple #5810FF
Tints of Han Purple #5810FF
RGB
CMYK
RGB Variations
Color information
#5810FF (or 0x5810FF) is known color: Han Purple. HEX triplet: 58, 10 and FF. RGB value is (88,16,255). Sum of RGB (Red+Green+Blue) = 88+16+255=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 16 (6.64% from 255 or 4.46% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5810FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5810FF is #A7EF00. Grayscale: #3F3F3F. Windows color (decimal): -11005697 or 16715864. OLE color: 16715864.
HSL color Cylindrical-coordinate representation of color #5810FF: hue angle of 258.08º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5810FF is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 16 | 255 | - |
| CMYK | 0.65 | 0.94 | 0 | 0 |
| HSL | 258.08º | 1% | 0.53% | - |
| HSV(B) | 258.08º | 0.94% | 1% | - |
| XYZ | 22.26 | 9.67 | 95.3 | - |
| YUV | 64.77 | 235.35 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 16 | 255 | 0.65 | 0.94 | 0 | 0 | 258.08 | 1 | 0.53 |
| Hex | 58 | 10 | FF | 41 | 5E | 0 | 0 | 102 | 64 | 35 |
| Octal | 130 | 20 | 377 | 101 | 136 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1011000 | 10000 | 11111111 | 1000001 | 1011110 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #5810FF
Complementary color
Monochromatic Colors of #5810FF
Black with #5810FF
Text Example
Text Example
White with #5810FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5810FF; }
p { color: rgb(88,16,255); }
H1.HeaderClassName
{
color: #5810FF;
}
.AnyTagClassName
{
color: #5810FF;
}
</style>
background-color css
<style>
a { background-color: #5810FF; }
a { background-color: rgb(88,16,255); }
div.DivClassName
{
background-color: #5810FF;
}
.BgClassName
{
background-color: #5810FF;
}
</style>
border-color css
<style>
span { border-color: #5810FF; }
span { border-color: rgb(88,16,255); }
td.TdClassName
{
border-color: #5810FF;
}
.TagClassName
{
border-color: #5810FF;
}
</style>