Shades of Han Purple #581CE4
Tints of Han Purple #581CE4
RGB
CMYK
RGB Variations
Color information
#581CE4 (or 0x581CE4) is known color: Han Purple. HEX triplet: 58, 1C and E4. RGB value is (88,28,228). Sum of RGB (Red+Green+Blue) = 88+28+228=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 28 (11.33% from 255 or 8.14% from 344); Blue value is 228 (89.45% from 255 or 66.28% from 344); Max value from RGB is 228 - color contains mainly: blue. Hex color #581CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CE4 is #A7E31B. Grayscale: #444444. Windows color (decimal): -11002652 or 14949464. OLE color: 14949464.
HSL color Cylindrical-coordinate representation of color #581CE4: hue angle of 258º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581CE4 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 28 | 228 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.11 |
| HSL | 258º | 0.79% | 0.5% | - |
| HSV(B) | 258º | 0.88% | 0.89% | - |
| XYZ | 18.44 | 8.51 | 74.07 | - |
| YUV | 68.74 | 217.88 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 228 | 0.61 | 0.88 | 0 | 0.11 | 258 | 0.79 | 0.5 |
| Hex | 58 | 1C | E4 | 3D | 58 | 0 | B | 102 | 4F | 32 |
| Octal | 130 | 34 | 344 | 75 | 130 | 0 | 13 | 402 | 117 | 62 |
| Binary | 1011000 | 11100 | 11100100 | 111101 | 1011000 | 0 | 1011 | 100000010 | 1001111 | 110010 |
Color Harmonies of #581CE4
Complementary color
Monochromatic Colors of #581CE4
Black with #581CE4
Text Example
Text Example
White with #581CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CE4; }
p { color: rgb(88,28,228); }
H1.HeaderClassName
{
color: #581CE4;
}
.AnyTagClassName
{
color: #581CE4;
}
</style>
background-color css
<style>
a { background-color: #581CE4; }
a { background-color: rgb(88,28,228); }
div.DivClassName
{
background-color: #581CE4;
}
.BgClassName
{
background-color: #581CE4;
}
</style>
border-color css
<style>
span { border-color: #581CE4; }
span { border-color: rgb(88,28,228); }
td.TdClassName
{
border-color: #581CE4;
}
.TagClassName
{
border-color: #581CE4;
}
</style>