Shades of Han Purple #582BE8
Tints of Han Purple #582BE8
RGB
CMYK
RGB Variations
Color information
#582BE8 (or 0x582BE8) is known color: Han Purple. HEX triplet: 58, 2B and E8. RGB value is (88,43,232). Sum of RGB (Red+Green+Blue) = 88+43+232=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #582BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582BE8 is #A7D417. Grayscale: #4D4D4D. Windows color (decimal): -10998808 or 15215448. OLE color: 15215448.
HSL color Cylindrical-coordinate representation of color #582BE8: hue angle of 254.29º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582BE8 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 43 | 232 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.09 |
| HSL | 254.29º | 0.8% | 0.54% | - |
| HSV(B) | 254.29º | 0.81% | 0.91% | - |
| XYZ | 19.45 | 9.63 | 77.18 | - |
| YUV | 78 | 214.91 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 232 | 0.62 | 0.81 | 0 | 0.09 | 254.29 | 0.8 | 0.54 |
| Hex | 58 | 2B | E8 | 3E | 51 | 0 | 9 | FE | 50 | 36 |
| Octal | 130 | 53 | 350 | 76 | 121 | 0 | 11 | 376 | 120 | 66 |
| Binary | 1011000 | 101011 | 11101000 | 111110 | 1010001 | 0 | 1001 | 11111110 | 1010000 | 110110 |
Color Harmonies of #582BE8
Complementary color
Monochromatic Colors of #582BE8
Black with #582BE8
Text Example
Text Example
White with #582BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582BE8; }
p { color: rgb(88,43,232); }
H1.HeaderClassName
{
color: #582BE8;
}
.AnyTagClassName
{
color: #582BE8;
}
</style>
background-color css
<style>
a { background-color: #582BE8; }
a { background-color: rgb(88,43,232); }
div.DivClassName
{
background-color: #582BE8;
}
.BgClassName
{
background-color: #582BE8;
}
</style>
border-color css
<style>
span { border-color: #582BE8; }
span { border-color: rgb(88,43,232); }
td.TdClassName
{
border-color: #582BE8;
}
.TagClassName
{
border-color: #582BE8;
}
</style>