Shades of Han Purple #581DF8
Tints of Han Purple #581DF8
RGB
CMYK
RGB Variations
Color information
#581DF8 (or 0x581DF8) is known color: Han Purple. HEX triplet: 58, 1D and F8. RGB value is (88,29,248). Sum of RGB (Red+Green+Blue) = 88+29+248=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 248 (97.27% from 255 or 67.95% from 365); Max value from RGB is 248 - color contains mainly: blue. Hex color #581DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581DF8 is #A7E207. Grayscale: #464646. Windows color (decimal): -11002376 or 16260440. OLE color: 16260440.
HSL color Cylindrical-coordinate representation of color #581DF8: hue angle of 256.16º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581DF8 is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 29 | 248 | - |
| CMYK | 0.65 | 0.88 | 0 | 0.03 |
| HSL | 256.16º | 0.94% | 0.54% | - |
| HSV(B) | 256.16º | 0.88% | 0.97% | - |
| XYZ | 21.41 | 9.73 | 89.56 | - |
| YUV | 71.61 | 227.55 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 29 | 248 | 0.65 | 0.88 | 0 | 0.03 | 256.16 | 0.94 | 0.54 |
| Hex | 58 | 1D | F8 | 41 | 58 | 0 | 3 | 100 | 5E | 36 |
| Octal | 130 | 35 | 370 | 101 | 130 | 0 | 3 | 400 | 136 | 66 |
| Binary | 1011000 | 11101 | 11111000 | 1000001 | 1011000 | 0 | 11 | 100000000 | 1011110 | 110110 |
Color Harmonies of #581DF8
Complementary color
Monochromatic Colors of #581DF8
Black with #581DF8
Text Example
Text Example
White with #581DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581DF8; }
p { color: rgb(88,29,248); }
H1.HeaderClassName
{
color: #581DF8;
}
.AnyTagClassName
{
color: #581DF8;
}
</style>
background-color css
<style>
a { background-color: #581DF8; }
a { background-color: rgb(88,29,248); }
div.DivClassName
{
background-color: #581DF8;
}
.BgClassName
{
background-color: #581DF8;
}
</style>
border-color css
<style>
span { border-color: #581DF8; }
span { border-color: rgb(88,29,248); }
td.TdClassName
{
border-color: #581DF8;
}
.TagClassName
{
border-color: #581DF8;
}
</style>