Shades of Han Purple #581EE1
Tints of Han Purple #581EE1
RGB
CMYK
RGB Variations
Color information
#581EE1 (or 0x581EE1) is known color: Han Purple. HEX triplet: 58, 1E and E1. RGB value is (88,30,225). Sum of RGB (Red+Green+Blue) = 88+30+225=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 225 (88.28% from 255 or 65.60% from 343); Max value from RGB is 225 - color contains mainly: blue. Hex color #581EE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581EE1 is #A7E11E. Grayscale: #444444. Windows color (decimal): -11002143 or 14753368. OLE color: 14753368.
HSL color Cylindrical-coordinate representation of color #581EE1: hue angle of 257.85º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581EE1 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 30 | 225 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.12 |
| HSL | 257.85º | 0.76% | 0.5% | - |
| HSV(B) | 257.85º | 0.87% | 0.88% | - |
| XYZ | 18.08 | 8.44 | 71.91 | - |
| YUV | 69.57 | 215.72 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 225 | 0.61 | 0.87 | 0 | 0.12 | 257.85 | 0.76 | 0.5 |
| Hex | 58 | 1E | E1 | 3D | 57 | 0 | C | 102 | 4C | 32 |
| Octal | 130 | 36 | 341 | 75 | 127 | 0 | 14 | 402 | 114 | 62 |
| Binary | 1011000 | 11110 | 11100001 | 111101 | 1010111 | 0 | 1100 | 100000010 | 1001100 | 110010 |
Color Harmonies of #581EE1
Complementary color
Monochromatic Colors of #581EE1
Black with #581EE1
Text Example
Text Example
White with #581EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EE1; }
p { color: rgb(88,30,225); }
H1.HeaderClassName
{
color: #581EE1;
}
.AnyTagClassName
{
color: #581EE1;
}
</style>
background-color css
<style>
a { background-color: #581EE1; }
a { background-color: rgb(88,30,225); }
div.DivClassName
{
background-color: #581EE1;
}
.BgClassName
{
background-color: #581EE1;
}
</style>
border-color css
<style>
span { border-color: #581EE1; }
span { border-color: rgb(88,30,225); }
td.TdClassName
{
border-color: #581EE1;
}
.TagClassName
{
border-color: #581EE1;
}
</style>