Shades of Han Purple #581CE1
Tints of Han Purple #581CE1
RGB
CMYK
RGB Variations
Color information
#581CE1 (or 0x581CE1) is known color: Han Purple. HEX triplet: 58, 1C and E1. RGB value is (88,28,225). Sum of RGB (Red+Green+Blue) = 88+28+225=341 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.81% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 225 (88.28% from 255 or 65.98% from 341); Max value from RGB is 225 - color contains mainly: blue. Hex color #581CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CE1 is #A7E31E. Grayscale: #434343. Windows color (decimal): -11002655 or 14752856. OLE color: 14752856.
HSL color Cylindrical-coordinate representation of color #581CE1: hue angle of 258.27º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581CE1 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 28 | 225 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.12 |
| HSL | 258.27º | 0.78% | 0.5% | - |
| HSV(B) | 258.27º | 0.88% | 0.88% | - |
| XYZ | 18.03 | 8.34 | 71.89 | - |
| YUV | 68.4 | 216.38 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 225 | 0.61 | 0.88 | 0 | 0.12 | 258.27 | 0.78 | 0.5 |
| Hex | 58 | 1C | E1 | 3D | 58 | 0 | C | 102 | 4E | 32 |
| Octal | 130 | 34 | 341 | 75 | 130 | 0 | 14 | 402 | 116 | 62 |
| Binary | 1011000 | 11100 | 11100001 | 111101 | 1011000 | 0 | 1100 | 100000010 | 1001110 | 110010 |
Color Harmonies of #581CE1
Complementary color
Monochromatic Colors of #581CE1
Black with #581CE1
Text Example
Text Example
White with #581CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CE1; }
p { color: rgb(88,28,225); }
H1.HeaderClassName
{
color: #581CE1;
}
.AnyTagClassName
{
color: #581CE1;
}
</style>
background-color css
<style>
a { background-color: #581CE1; }
a { background-color: rgb(88,28,225); }
div.DivClassName
{
background-color: #581CE1;
}
.BgClassName
{
background-color: #581CE1;
}
</style>
border-color css
<style>
span { border-color: #581CE1; }
span { border-color: rgb(88,28,225); }
td.TdClassName
{
border-color: #581CE1;
}
.TagClassName
{
border-color: #581CE1;
}
</style>