Shades of Han Purple #581BEB
Tints of Han Purple #581BEB
RGB
CMYK
RGB Variations
Color information
#581BEB (or 0x581BEB) is known color: Han Purple. HEX triplet: 58, 1B and EB. RGB value is (88,27,235). Sum of RGB (Red+Green+Blue) = 88+27+235=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 27 (10.94% from 255 or 7.71% from 350); Blue value is 235 (92.19% from 255 or 67.14% from 350); Max value from RGB is 235 - color contains mainly: blue. Hex color #581BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581BEB is #A7E414. Grayscale: #444444. Windows color (decimal): -11002901 or 15407960. OLE color: 15407960.
HSL color Cylindrical-coordinate representation of color #581BEB: hue angle of 257.6º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581BEB is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 27 | 235 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.08 |
| HSL | 257.6º | 0.84% | 0.51% | - |
| HSV(B) | 257.6º | 0.89% | 0.92% | - |
| XYZ | 19.41 | 8.86 | 79.28 | - |
| YUV | 68.95 | 221.71 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 235 | 0.63 | 0.89 | 0 | 0.08 | 257.6 | 0.84 | 0.51 |
| Hex | 58 | 1B | EB | 3F | 59 | 0 | 8 | 102 | 54 | 33 |
| Octal | 130 | 33 | 353 | 77 | 131 | 0 | 10 | 402 | 124 | 63 |
| Binary | 1011000 | 11011 | 11101011 | 111111 | 1011001 | 0 | 1000 | 100000010 | 1010100 | 110011 |
Color Harmonies of #581BEB
Complementary color
Monochromatic Colors of #581BEB
Black with #581BEB
Text Example
Text Example
White with #581BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BEB; }
p { color: rgb(88,27,235); }
H1.HeaderClassName
{
color: #581BEB;
}
.AnyTagClassName
{
color: #581BEB;
}
</style>
background-color css
<style>
a { background-color: #581BEB; }
a { background-color: rgb(88,27,235); }
div.DivClassName
{
background-color: #581BEB;
}
.BgClassName
{
background-color: #581BEB;
}
</style>
border-color css
<style>
span { border-color: #581BEB; }
span { border-color: rgb(88,27,235); }
td.TdClassName
{
border-color: #581BEB;
}
.TagClassName
{
border-color: #581BEB;
}
</style>