Shades of Han Purple #582CE1
Tints of Han Purple #582CE1
RGB
CMYK
RGB Variations
Color information
#582CE1 (or 0x582CE1) is known color: Han Purple. HEX triplet: 58, 2C and E1. RGB value is (88,44,225). Sum of RGB (Red+Green+Blue) = 88+44+225=357 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.65% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 225 (88.28% from 255 or 63.03% from 357); Max value from RGB is 225 - color contains mainly: blue. Hex color #582CE1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582CE1 is #A7D31E. Grayscale: #4D4D4D. Windows color (decimal): -10998559 or 14756952. OLE color: 14756952.
HSL color Cylindrical-coordinate representation of color #582CE1: hue angle of 254.59º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #582CE1 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 88 | 44 | 225 | - |
| CMYK | 0.61 | 0.80 | 0 | 0.12 |
| HSL | 254.59º | 0.75% | 0.53% | - |
| HSV(B) | 254.59º | 0.8% | 0.88% | - |
| XYZ | 18.52 | 9.31 | 72.06 | - |
| YUV | 77.79 | 211.08 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 225 | 0.61 | 0.80 | 0 | 0.12 | 254.59 | 0.75 | 0.53 |
| Hex | 58 | 2C | E1 | 3D | 50 | 0 | C | FF | 4B | 35 |
| Octal | 130 | 54 | 341 | 75 | 120 | 0 | 14 | 377 | 113 | 65 |
| Binary | 1011000 | 101100 | 11100001 | 111101 | 1010000 | 0 | 1100 | 11111111 | 1001011 | 110101 |
Color Harmonies of #582CE1
Complementary color
Monochromatic Colors of #582CE1
Black with #582CE1
Text Example
Text Example
White with #582CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CE1; }
p { color: rgb(88,44,225); }
H1.HeaderClassName
{
color: #582CE1;
}
.AnyTagClassName
{
color: #582CE1;
}
</style>
background-color css
<style>
a { background-color: #582CE1; }
a { background-color: rgb(88,44,225); }
div.DivClassName
{
background-color: #582CE1;
}
.BgClassName
{
background-color: #582CE1;
}
</style>
border-color css
<style>
span { border-color: #582CE1; }
span { border-color: rgb(88,44,225); }
td.TdClassName
{
border-color: #582CE1;
}
.TagClassName
{
border-color: #582CE1;
}
</style>