Shades of Han Purple #5811FF
Tints of Han Purple #5811FF
RGB
CMYK
RGB Variations
Color information
#5811FF (or 0x5811FF) is known color: Han Purple. HEX triplet: 58, 11 and FF. RGB value is (88,17,255). Sum of RGB (Red+Green+Blue) = 88+17+255=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #5811FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5811FF is #A7EE00. Grayscale: #404040. Windows color (decimal): -11005441 or 16716120. OLE color: 16716120.
HSL color Cylindrical-coordinate representation of color #5811FF: hue angle of 257.9º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5811FF is Cyan = 0.65, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 88 | 17 | 255 | - |
| CMYK | 0.65 | 0.93 | 0 | 0 |
| HSL | 257.9º | 1% | 0.53% | - |
| HSV(B) | 257.9º | 0.93% | 1% | - |
| XYZ | 22.27 | 9.7 | 95.31 | - |
| YUV | 65.36 | 235.02 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 17 | 255 | 0.65 | 0.93 | 0 | 0 | 257.9 | 1 | 0.53 |
| Hex | 58 | 11 | FF | 41 | 5D | 0 | 0 | 102 | 64 | 35 |
| Octal | 130 | 21 | 377 | 101 | 135 | 0 | 0 | 402 | 144 | 65 |
| Binary | 1011000 | 10001 | 11111111 | 1000001 | 1011101 | 0 | 0 | 100000010 | 1100100 | 110101 |
Color Harmonies of #5811FF
Complementary color
Monochromatic Colors of #5811FF
Black with #5811FF
Text Example
Text Example
White with #5811FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5811FF; }
p { color: rgb(88,17,255); }
H1.HeaderClassName
{
color: #5811FF;
}
.AnyTagClassName
{
color: #5811FF;
}
</style>
background-color css
<style>
a { background-color: #5811FF; }
a { background-color: rgb(88,17,255); }
div.DivClassName
{
background-color: #5811FF;
}
.BgClassName
{
background-color: #5811FF;
}
</style>
border-color css
<style>
span { border-color: #5811FF; }
span { border-color: rgb(88,17,255); }
td.TdClassName
{
border-color: #5811FF;
}
.TagClassName
{
border-color: #5811FF;
}
</style>