Shades of Han Purple #581BF8
Tints of Han Purple #581BF8
RGB
CMYK
RGB Variations
Color information
#581BF8 (or 0x581BF8) is known color: Han Purple. HEX triplet: 58, 1B and F8. RGB value is (88,27,248). Sum of RGB (Red+Green+Blue) = 88+27+248=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 27 (10.94% from 255 or 7.44% from 363); Blue value is 248 (97.27% from 255 or 68.32% from 363); Max value from RGB is 248 - color contains mainly: blue. Hex color #581BF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #581BF8 is #A7E407. Grayscale: #454545. Windows color (decimal): -11002888 or 16259928. OLE color: 16259928.
HSL color Cylindrical-coordinate representation of color #581BF8: hue angle of 256.56º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #581BF8 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 27 | 248 | - |
| CMYK | 0.65 | 0.89 | 0 | 0.03 |
| HSL | 256.56º | 0.94% | 0.54% | - |
| HSV(B) | 256.56º | 0.89% | 0.97% | - |
| XYZ | 21.36 | 9.64 | 89.54 | - |
| YUV | 70.43 | 228.21 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 248 | 0.65 | 0.89 | 0 | 0.03 | 256.56 | 0.94 | 0.54 |
| Hex | 58 | 1B | F8 | 41 | 59 | 0 | 3 | 101 | 5E | 36 |
| Octal | 130 | 33 | 370 | 101 | 131 | 0 | 3 | 401 | 136 | 66 |
| Binary | 1011000 | 11011 | 11111000 | 1000001 | 1011001 | 0 | 11 | 100000001 | 1011110 | 110110 |
Color Harmonies of #581BF8
Complementary color
Monochromatic Colors of #581BF8
Black with #581BF8
Text Example
Text Example
White with #581BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BF8; }
p { color: rgb(88,27,248); }
H1.HeaderClassName
{
color: #581BF8;
}
.AnyTagClassName
{
color: #581BF8;
}
</style>
background-color css
<style>
a { background-color: #581BF8; }
a { background-color: rgb(88,27,248); }
div.DivClassName
{
background-color: #581BF8;
}
.BgClassName
{
background-color: #581BF8;
}
</style>
border-color css
<style>
span { border-color: #581BF8; }
span { border-color: rgb(88,27,248); }
td.TdClassName
{
border-color: #581BF8;
}
.TagClassName
{
border-color: #581BF8;
}
</style>