Shades of Han Purple #581FE8
Tints of Han Purple #581FE8
RGB
CMYK
RGB Variations
Color information
#581FE8 (or 0x581FE8) is known color: Han Purple. HEX triplet: 58, 1F and E8. RGB value is (88,31,232). Sum of RGB (Red+Green+Blue) = 88+31+232=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #581FE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FE8 is #A7E017. Grayscale: #464646. Windows color (decimal): -11001880 or 15212376. OLE color: 15212376.
HSL color Cylindrical-coordinate representation of color #581FE8: hue angle of 257.01º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581FE8 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 31 | 232 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.09 |
| HSL | 257.01º | 0.81% | 0.52% | - |
| HSV(B) | 257.01º | 0.87% | 0.91% | - |
| XYZ | 19.08 | 8.88 | 77.05 | - |
| YUV | 70.96 | 218.88 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 232 | 0.62 | 0.87 | 0 | 0.09 | 257.01 | 0.81 | 0.52 |
| Hex | 58 | 1F | E8 | 3E | 57 | 0 | 9 | 101 | 51 | 34 |
| Octal | 130 | 37 | 350 | 76 | 127 | 0 | 11 | 401 | 121 | 64 |
| Binary | 1011000 | 11111 | 11101000 | 111110 | 1010111 | 0 | 1001 | 100000001 | 1010001 | 110100 |
Color Harmonies of #581FE8
Complementary color
Monochromatic Colors of #581FE8
Black with #581FE8
Text Example
Text Example
White with #581FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FE8; }
p { color: rgb(88,31,232); }
H1.HeaderClassName
{
color: #581FE8;
}
.AnyTagClassName
{
color: #581FE8;
}
</style>
background-color css
<style>
a { background-color: #581FE8; }
a { background-color: rgb(88,31,232); }
div.DivClassName
{
background-color: #581FE8;
}
.BgClassName
{
background-color: #581FE8;
}
</style>
border-color css
<style>
span { border-color: #581FE8; }
span { border-color: rgb(88,31,232); }
td.TdClassName
{
border-color: #581FE8;
}
.TagClassName
{
border-color: #581FE8;
}
</style>