Shades of Han Purple #582CEE
Tints of Han Purple #582CEE
RGB
CMYK
RGB Variations
Color information
#582CEE (or 0x582CEE) is known color: Han Purple. HEX triplet: 58, 2C and EE. RGB value is (88,44,238). Sum of RGB (Red+Green+Blue) = 88+44+238=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 44 (17.58% from 255 or 11.89% from 370); Blue value is 238 (93.36% from 255 or 64.32% from 370); Max value from RGB is 238 - color contains mainly: blue. Hex color #582CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582CEE is #A7D311. Grayscale: #4E4E4E. Windows color (decimal): -10998546 or 15608920. OLE color: 15608920.
HSL color Cylindrical-coordinate representation of color #582CEE: hue angle of 253.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #582CEE is Cyan = 0.63, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 44 | 238 | - |
| CMYK | 0.63 | 0.82 | 0 | 0.07 |
| HSL | 253.61º | 0.85% | 0.55% | - |
| HSV(B) | 253.61º | 0.82% | 0.93% | - |
| XYZ | 20.36 | 10.05 | 81.76 | - |
| YUV | 79.27 | 217.58 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 44 | 238 | 0.63 | 0.82 | 0 | 0.07 | 253.61 | 0.85 | 0.55 |
| Hex | 58 | 2C | EE | 3F | 52 | 0 | 7 | FE | 55 | 37 |
| Octal | 130 | 54 | 356 | 77 | 122 | 0 | 7 | 376 | 125 | 67 |
| Binary | 1011000 | 101100 | 11101110 | 111111 | 1010010 | 0 | 111 | 11111110 | 1010101 | 110111 |
Color Harmonies of #582CEE
Complementary color
Monochromatic Colors of #582CEE
Black with #582CEE
Text Example
Text Example
White with #582CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582CEE; }
p { color: rgb(88,44,238); }
H1.HeaderClassName
{
color: #582CEE;
}
.AnyTagClassName
{
color: #582CEE;
}
</style>
background-color css
<style>
a { background-color: #582CEE; }
a { background-color: rgb(88,44,238); }
div.DivClassName
{
background-color: #582CEE;
}
.BgClassName
{
background-color: #582CEE;
}
</style>
border-color css
<style>
span { border-color: #582CEE; }
span { border-color: rgb(88,44,238); }
td.TdClassName
{
border-color: #582CEE;
}
.TagClassName
{
border-color: #582CEE;
}
</style>