Shades of Han Purple #582CE7
Tints of Han Purple #582CE7
RGB
CMYK
RGB Variations
Color information
#582CE7 (or 0x582CE7) is known color: Han Purple. HEX triplet: 58, 2C and E7. RGB value is (88,44,231). Sum of RGB (Red+Green+Blue) = 88+44+231=363 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.24% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 231 (90.62% from 255 or 63.64% from 363); Max value from RGB is 231 - color contains mainly: blue. Hex color #582CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CE7 is #A7D318. Grayscale: #4D4D4D. Windows color (decimal): -10998553 or 15150168. OLE color: 15150168.
HSL color Cylindrical-coordinate representation of color #582CE7: hue angle of 254.12º 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 #582CE7 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 44 | 231 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.09 |
| HSL | 254.12º | 0.8% | 0.54% | - |
| HSV(B) | 254.12º | 0.81% | 0.91% | - |
| XYZ | 19.35 | 9.65 | 76.44 | - |
| YUV | 78.47 | 214.08 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 231 | 0.62 | 0.81 | 0 | 0.09 | 254.12 | 0.8 | 0.54 |
| Hex | 58 | 2C | E7 | 3E | 51 | 0 | 9 | FE | 50 | 36 |
| Octal | 130 | 54 | 347 | 76 | 121 | 0 | 11 | 376 | 120 | 66 |
| Binary | 1011000 | 101100 | 11100111 | 111110 | 1010001 | 0 | 1001 | 11111110 | 1010000 | 110110 |
Color Harmonies of #582CE7
Complementary color
Monochromatic Colors of #582CE7
Black with #582CE7
Text Example
Text Example
White with #582CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CE7; }
p { color: rgb(88,44,231); }
H1.HeaderClassName
{
color: #582CE7;
}
.AnyTagClassName
{
color: #582CE7;
}
</style>
background-color css
<style>
a { background-color: #582CE7; }
a { background-color: rgb(88,44,231); }
div.DivClassName
{
background-color: #582CE7;
}
.BgClassName
{
background-color: #582CE7;
}
</style>
border-color css
<style>
span { border-color: #582CE7; }
span { border-color: rgb(88,44,231); }
td.TdClassName
{
border-color: #582CE7;
}
.TagClassName
{
border-color: #582CE7;
}
</style>