Shades of Han Purple #582BE5
Tints of Han Purple #582BE5
RGB
CMYK
RGB Variations
Color information
#582BE5 (or 0x582BE5) is known color: Han Purple. HEX triplet: 58, 2B and E5. RGB value is (88,43,229). Sum of RGB (Red+Green+Blue) = 88+43+229=360 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.44% from 360); Green value is 43 (17.19% from 255 or 11.94% from 360); Blue value is 229 (89.84% from 255 or 63.61% from 360); Max value from RGB is 229 - color contains mainly: blue. Hex color #582BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #582BE5 is #A7D41A. Grayscale: #4C4C4C. Windows color (decimal): -10998811 or 15018840. OLE color: 15018840.
HSL color Cylindrical-coordinate representation of color #582BE5: hue angle of 254.52º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582BE5 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 88 | 43 | 229 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.10 |
| HSL | 254.52º | 0.78% | 0.53% | - |
| HSV(B) | 254.52º | 0.81% | 0.9% | - |
| XYZ | 19.03 | 9.46 | 74.95 | - |
| YUV | 77.66 | 213.41 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 229 | 0.62 | 0.81 | 0 | 0.10 | 254.52 | 0.78 | 0.53 |
| Hex | 58 | 2B | E5 | 3E | 51 | 0 | A | FF | 4E | 35 |
| Octal | 130 | 53 | 345 | 76 | 121 | 0 | 12 | 377 | 116 | 65 |
| Binary | 1011000 | 101011 | 11100101 | 111110 | 1010001 | 0 | 1010 | 11111111 | 1001110 | 110101 |
Color Harmonies of #582BE5
Complementary color
Monochromatic Colors of #582BE5
Black with #582BE5
Text Example
Text Example
White with #582BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BE5; }
p { color: rgb(88,43,229); }
H1.HeaderClassName
{
color: #582BE5;
}
.AnyTagClassName
{
color: #582BE5;
}
</style>
background-color css
<style>
a { background-color: #582BE5; }
a { background-color: rgb(88,43,229); }
div.DivClassName
{
background-color: #582BE5;
}
.BgClassName
{
background-color: #582BE5;
}
</style>
border-color css
<style>
span { border-color: #582BE5; }
span { border-color: rgb(88,43,229); }
td.TdClassName
{
border-color: #582BE5;
}
.TagClassName
{
border-color: #582BE5;
}
</style>