Shades of Han Purple #581CDE
Tints of Han Purple #581CDE
RGB
CMYK
RGB Variations
Color information
#581CDE (or 0x581CDE) is known color: Han Purple. HEX triplet: 58, 1C and DE. RGB value is (88,28,222). Sum of RGB (Red+Green+Blue) = 88+28+222=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #581CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581CDE is #A7E321. Grayscale: #434343. Windows color (decimal): -11002658 or 14556248. OLE color: 14556248.
HSL color Cylindrical-coordinate representation of color #581CDE: hue angle of 258.56º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #581CDE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 28 | 222 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.13 |
| HSL | 258.56º | 0.78% | 0.49% | - |
| HSV(B) | 258.56º | 0.87% | 0.87% | - |
| XYZ | 17.62 | 8.18 | 69.76 | - |
| YUV | 68.06 | 214.88 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 222 | 0.60 | 0.87 | 0 | 0.13 | 258.56 | 0.78 | 0.49 |
| Hex | 58 | 1C | DE | 3C | 57 | 0 | D | 103 | 4E | 31 |
| Octal | 130 | 34 | 336 | 74 | 127 | 0 | 15 | 403 | 116 | 61 |
| Binary | 1011000 | 11100 | 11011110 | 111100 | 1010111 | 0 | 1101 | 100000011 | 1001110 | 110001 |
Color Harmonies of #581CDE
Complementary color
Monochromatic Colors of #581CDE
Black with #581CDE
Text Example
Text Example
White with #581CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581CDE; }
p { color: rgb(88,28,222); }
H1.HeaderClassName
{
color: #581CDE;
}
.AnyTagClassName
{
color: #581CDE;
}
</style>
background-color css
<style>
a { background-color: #581CDE; }
a { background-color: rgb(88,28,222); }
div.DivClassName
{
background-color: #581CDE;
}
.BgClassName
{
background-color: #581CDE;
}
</style>
border-color css
<style>
span { border-color: #581CDE; }
span { border-color: rgb(88,28,222); }
td.TdClassName
{
border-color: #581CDE;
}
.TagClassName
{
border-color: #581CDE;
}
</style>