Shades of Han Purple #581FEE
Tints of Han Purple #581FEE
RGB
CMYK
RGB Variations
Color information
#581FEE (or 0x581FEE) is known color: Han Purple. HEX triplet: 58, 1F and EE. RGB value is (88,31,238). Sum of RGB (Red+Green+Blue) = 88+31+238=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 238 (93.36% from 255 or 66.67% from 357); Max value from RGB is 238 - color contains mainly: blue. Hex color #581FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FEE is #A7E011. Grayscale: #464646. Windows color (decimal): -11001874 or 15605592. OLE color: 15605592.
HSL color Cylindrical-coordinate representation of color #581FEE: hue angle of 256.52º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581FEE is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 31 | 238 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.52º | 0.86% | 0.53% | - |
| HSV(B) | 256.52º | 0.87% | 0.93% | - |
| XYZ | 19.95 | 9.23 | 81.62 | - |
| YUV | 71.64 | 221.88 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 238 | 0.63 | 0.87 | 0 | 0.07 | 256.52 | 0.86 | 0.53 |
| Hex | 58 | 1F | EE | 3F | 57 | 0 | 7 | 101 | 56 | 35 |
| Octal | 130 | 37 | 356 | 77 | 127 | 0 | 7 | 401 | 126 | 65 |
| Binary | 1011000 | 11111 | 11101110 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010110 | 110101 |
Color Harmonies of #581FEE
Complementary color
Monochromatic Colors of #581FEE
Black with #581FEE
Text Example
Text Example
White with #581FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FEE; }
p { color: rgb(88,31,238); }
H1.HeaderClassName
{
color: #581FEE;
}
.AnyTagClassName
{
color: #581FEE;
}
</style>
background-color css
<style>
a { background-color: #581FEE; }
a { background-color: rgb(88,31,238); }
div.DivClassName
{
background-color: #581FEE;
}
.BgClassName
{
background-color: #581FEE;
}
</style>
border-color css
<style>
span { border-color: #581FEE; }
span { border-color: rgb(88,31,238); }
td.TdClassName
{
border-color: #581FEE;
}
.TagClassName
{
border-color: #581FEE;
}
</style>