Shades of Han Purple #581FED
Tints of Han Purple #581FED
RGB
CMYK
RGB Variations
Color information
#581FED (or 0x581FED) is known color: Han Purple. HEX triplet: 58, 1F and ED. RGB value is (88,31,237). Sum of RGB (Red+Green+Blue) = 88+31+237=356 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.72% from 356); Green value is 31 (12.5% from 255 or 8.71% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #581FED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581FED is #A7E012. Grayscale: #464646. Windows color (decimal): -11001875 or 15540056. OLE color: 15540056.
HSL color Cylindrical-coordinate representation of color #581FED: hue angle of 256.6º degrees, saturation: 0.85, 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 #581FED is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 31 | 237 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.6º | 0.85% | 0.53% | - |
| HSV(B) | 256.6º | 0.87% | 0.93% | - |
| XYZ | 19.8 | 9.17 | 80.85 | - |
| YUV | 71.53 | 221.38 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 31 | 237 | 0.63 | 0.87 | 0 | 0.07 | 256.6 | 0.85 | 0.53 |
| Hex | 58 | 1F | ED | 3F | 57 | 0 | 7 | 101 | 55 | 35 |
| Octal | 130 | 37 | 355 | 77 | 127 | 0 | 7 | 401 | 125 | 65 |
| Binary | 1011000 | 11111 | 11101101 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010101 | 110101 |
Color Harmonies of #581FED
Complementary color
Monochromatic Colors of #581FED
Black with #581FED
Text Example
Text Example
White with #581FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581FED; }
p { color: rgb(88,31,237); }
H1.HeaderClassName
{
color: #581FED;
}
.AnyTagClassName
{
color: #581FED;
}
</style>
background-color css
<style>
a { background-color: #581FED; }
a { background-color: rgb(88,31,237); }
div.DivClassName
{
background-color: #581FED;
}
.BgClassName
{
background-color: #581FED;
}
</style>
border-color css
<style>
span { border-color: #581FED; }
span { border-color: rgb(88,31,237); }
td.TdClassName
{
border-color: #581FED;
}
.TagClassName
{
border-color: #581FED;
}
</style>