Shades of Han Purple #581BDA
Tints of Han Purple #581BDA
RGB
CMYK
RGB Variations
Color information
#581BDA (or 0x581BDA) is known color: Han Purple. HEX triplet: 58, 1B and DA. RGB value is (88,27,218). Sum of RGB (Red+Green+Blue) = 88+27+218=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 218 (85.55% from 255 or 65.47% from 333); Max value from RGB is 218 - color contains mainly: blue. Hex color #581BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581BDA is #A7E425. Grayscale: #424242. Windows color (decimal): -11002918 or 14293848. OLE color: 14293848.
HSL color Cylindrical-coordinate representation of color #581BDA: hue angle of 259.16º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #581BDA is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 27 | 218 | - |
| CMYK | 0.60 | 0.88 | 0 | 0.15 |
| HSL | 259.16º | 0.78% | 0.48% | - |
| HSV(B) | 259.16º | 0.88% | 0.85% | - |
| XYZ | 17.07 | 7.92 | 66.96 | - |
| YUV | 67.01 | 213.21 | 142.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 27 | 218 | 0.60 | 0.88 | 0 | 0.15 | 259.16 | 0.78 | 0.48 |
| Hex | 58 | 1B | DA | 3C | 58 | 0 | F | 103 | 4E | 30 |
| Octal | 130 | 33 | 332 | 74 | 130 | 0 | 17 | 403 | 116 | 60 |
| Binary | 1011000 | 11011 | 11011010 | 111100 | 1011000 | 0 | 1111 | 100000011 | 1001110 | 110000 |
Color Harmonies of #581BDA
Complementary color
Monochromatic Colors of #581BDA
Black with #581BDA
Text Example
Text Example
White with #581BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581BDA; }
p { color: rgb(88,27,218); }
H1.HeaderClassName
{
color: #581BDA;
}
.AnyTagClassName
{
color: #581BDA;
}
</style>
background-color css
<style>
a { background-color: #581BDA; }
a { background-color: rgb(88,27,218); }
div.DivClassName
{
background-color: #581BDA;
}
.BgClassName
{
background-color: #581BDA;
}
</style>
border-color css
<style>
span { border-color: #581BDA; }
span { border-color: rgb(88,27,218); }
td.TdClassName
{
border-color: #581BDA;
}
.TagClassName
{
border-color: #581BDA;
}
</style>