Shades of Han Purple #582DED
Tints of Han Purple #582DED
RGB
CMYK
RGB Variations
Color information
#582DED (or 0x582DED) is known color: Han Purple. HEX triplet: 58, 2D and ED. RGB value is (88,45,237). Sum of RGB (Red+Green+Blue) = 88+45+237=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 237 (92.97% from 255 or 64.05% from 370); Max value from RGB is 237 - color contains mainly: blue. Hex color #582DED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #582DED is #A7D212. Grayscale: #4F4F4F. Windows color (decimal): -10998291 or 15543640. OLE color: 15543640.
HSL color Cylindrical-coordinate representation of color #582DED: hue angle of 253.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #582DED is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 45 | 237 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.07 |
| HSL | 253.44º | 0.84% | 0.55% | - |
| HSV(B) | 253.44º | 0.81% | 0.93% | - |
| XYZ | 20.25 | 10.07 | 81 | - |
| YUV | 79.75 | 216.75 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 45 | 237 | 0.63 | 0.81 | 0 | 0.07 | 253.44 | 0.84 | 0.55 |
| Hex | 58 | 2D | ED | 3F | 51 | 0 | 7 | FD | 54 | 37 |
| Octal | 130 | 55 | 355 | 77 | 121 | 0 | 7 | 375 | 124 | 67 |
| Binary | 1011000 | 101101 | 11101101 | 111111 | 1010001 | 0 | 111 | 11111101 | 1010100 | 110111 |
Color Harmonies of #582DED
Complementary color
Monochromatic Colors of #582DED
Black with #582DED
Text Example
Text Example
White with #582DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582DED; }
p { color: rgb(88,45,237); }
H1.HeaderClassName
{
color: #582DED;
}
.AnyTagClassName
{
color: #582DED;
}
</style>
background-color css
<style>
a { background-color: #582DED; }
a { background-color: rgb(88,45,237); }
div.DivClassName
{
background-color: #582DED;
}
.BgClassName
{
background-color: #582DED;
}
</style>
border-color css
<style>
span { border-color: #582DED; }
span { border-color: rgb(88,45,237); }
td.TdClassName
{
border-color: #582DED;
}
.TagClassName
{
border-color: #582DED;
}
</style>