Shades of Han Purple #581EEF
Tints of Han Purple #581EEF
RGB
CMYK
RGB Variations
Color information
#581EEF (or 0x581EEF) is known color: Han Purple. HEX triplet: 58, 1E and EF. RGB value is (88,30,239). Sum of RGB (Red+Green+Blue) = 88+30+239=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 30 (12.11% from 255 or 8.40% from 357); Blue value is 239 (93.75% from 255 or 66.95% from 357); Max value from RGB is 239 - color contains mainly: blue. Hex color #581EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EEF is #A7E110. Grayscale: #464646. Windows color (decimal): -11002129 or 15670872. OLE color: 15670872.
HSL color Cylindrical-coordinate representation of color #581EEF: hue angle of 256.65º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581EEF is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 30 | 239 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.06 |
| HSL | 256.65º | 0.87% | 0.53% | - |
| HSV(B) | 256.65º | 0.87% | 0.94% | - |
| XYZ | 20.07 | 9.24 | 82.39 | - |
| YUV | 71.17 | 222.72 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 239 | 0.63 | 0.87 | 0 | 0.06 | 256.65 | 0.87 | 0.53 |
| Hex | 58 | 1E | EF | 3F | 57 | 0 | 6 | 101 | 57 | 35 |
| Octal | 130 | 36 | 357 | 77 | 127 | 0 | 6 | 401 | 127 | 65 |
| Binary | 1011000 | 11110 | 11101111 | 111111 | 1010111 | 0 | 110 | 100000001 | 1010111 | 110101 |
Color Harmonies of #581EEF
Complementary color
Monochromatic Colors of #581EEF
Black with #581EEF
Text Example
Text Example
White with #581EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EEF; }
p { color: rgb(88,30,239); }
H1.HeaderClassName
{
color: #581EEF;
}
.AnyTagClassName
{
color: #581EEF;
}
</style>
background-color css
<style>
a { background-color: #581EEF; }
a { background-color: rgb(88,30,239); }
div.DivClassName
{
background-color: #581EEF;
}
.BgClassName
{
background-color: #581EEF;
}
</style>
border-color css
<style>
span { border-color: #581EEF; }
span { border-color: rgb(88,30,239); }
td.TdClassName
{
border-color: #581EEF;
}
.TagClassName
{
border-color: #581EEF;
}
</style>