Shades of Han Purple #581EDC
Tints of Han Purple #581EDC
RGB
CMYK
RGB Variations
Color information
#581EDC (or 0x581EDC) is known color: Han Purple. HEX triplet: 58, 1E and DC. RGB value is (88,30,220). Sum of RGB (Red+Green+Blue) = 88+30+220=338 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.04% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 220 (86.33% from 255 or 65.09% from 338); Max value from RGB is 220 - color contains mainly: blue. Hex color #581EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #581EDC is #A7E123. Grayscale: #444444. Windows color (decimal): -11002148 or 14425688. OLE color: 14425688.
HSL color Cylindrical-coordinate representation of color #581EDC: hue angle of 258.32º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #581EDC is Cyan = 0.6, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 30 | 220 | - |
| CMYK | 0.6 | 0.86 | 0 | 0.14 |
| HSL | 258.32º | 0.76% | 0.49% | - |
| HSV(B) | 258.32º | 0.86% | 0.86% | - |
| XYZ | 17.41 | 8.17 | 68.37 | - |
| YUV | 69 | 213.22 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 30 | 220 | 0.6 | 0.86 | 0 | 0.14 | 258.32 | 0.76 | 0.49 |
| Hex | 58 | 1E | DC | 3C | 56 | 0 | E | 102 | 4C | 31 |
| Octal | 130 | 36 | 334 | 74 | 126 | 0 | 16 | 402 | 114 | 61 |
| Binary | 1011000 | 11110 | 11011100 | 111100 | 1010110 | 0 | 1110 | 100000010 | 1001100 | 110001 |
Color Harmonies of #581EDC
Complementary color
Monochromatic Colors of #581EDC
Black with #581EDC
Text Example
Text Example
White with #581EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581EDC; }
p { color: rgb(88,30,220); }
H1.HeaderClassName
{
color: #581EDC;
}
.AnyTagClassName
{
color: #581EDC;
}
</style>
background-color css
<style>
a { background-color: #581EDC; }
a { background-color: rgb(88,30,220); }
div.DivClassName
{
background-color: #581EDC;
}
.BgClassName
{
background-color: #581EDC;
}
</style>
border-color css
<style>
span { border-color: #581EDC; }
span { border-color: rgb(88,30,220); }
td.TdClassName
{
border-color: #581EDC;
}
.TagClassName
{
border-color: #581EDC;
}
</style>