Shades of Han Purple #581EF0
Tints of Han Purple #581EF0
RGB
CMYK
RGB Variations
Color information
#581EF0 (or 0x581EF0) is known color: Han Purple. HEX triplet: 58, 1E and F0. RGB value is (88,30,240). Sum of RGB (Red+Green+Blue) = 88+30+240=358 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.58% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #581EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581EF0 is #A7E10F. Grayscale: #464646. Windows color (decimal): -11002128 or 15736408. OLE color: 15736408.
HSL color Cylindrical-coordinate representation of color #581EF0: hue angle of 256.57º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581EF0 is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 30 | 240 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.06 |
| HSL | 256.57º | 0.88% | 0.53% | - |
| HSV(B) | 256.57º | 0.88% | 0.94% | - |
| XYZ | 20.22 | 9.29 | 83.17 | - |
| YUV | 71.28 | 223.22 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 240 | 0.63 | 0.87 | 0 | 0.06 | 256.57 | 0.88 | 0.53 |
| Hex | 58 | 1E | F0 | 3F | 57 | 0 | 6 | 101 | 58 | 35 |
| Octal | 130 | 36 | 360 | 77 | 127 | 0 | 6 | 401 | 130 | 65 |
| Binary | 1011000 | 11110 | 11110000 | 111111 | 1010111 | 0 | 110 | 100000001 | 1011000 | 110101 |
Color Harmonies of #581EF0
Complementary color
Monochromatic Colors of #581EF0
Black with #581EF0
Text Example
Text Example
White with #581EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EF0; }
p { color: rgb(88,30,240); }
H1.HeaderClassName
{
color: #581EF0;
}
.AnyTagClassName
{
color: #581EF0;
}
</style>
background-color css
<style>
a { background-color: #581EF0; }
a { background-color: rgb(88,30,240); }
div.DivClassName
{
background-color: #581EF0;
}
.BgClassName
{
background-color: #581EF0;
}
</style>
border-color css
<style>
span { border-color: #581EF0; }
span { border-color: rgb(88,30,240); }
td.TdClassName
{
border-color: #581EF0;
}
.TagClassName
{
border-color: #581EF0;
}
</style>