Shades of Han Purple #5829E8
Tints of Han Purple #5829E8
RGB
CMYK
RGB Variations
Color information
#5829E8 (or 0x5829E8) is known color: Han Purple. HEX triplet: 58, 29 and E8. RGB value is (88,41,232). Sum of RGB (Red+Green+Blue) = 88+41+232=361 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.38% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 232 (91.02% from 255 or 64.27% from 361); Max value from RGB is 232 - color contains mainly: blue. Hex color #5829E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829E8 is #A7D617. Grayscale: #4C4C4C. Windows color (decimal): -10999320 or 15214936. OLE color: 15214936.
HSL color Cylindrical-coordinate representation of color #5829E8: hue angle of 254.76º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5829E8 is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 41 | 232 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.09 |
| HSL | 254.76º | 0.81% | 0.54% | - |
| HSV(B) | 254.76º | 0.82% | 0.91% | - |
| XYZ | 19.38 | 9.49 | 77.15 | - |
| YUV | 76.83 | 215.57 | 135.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 232 | 0.62 | 0.82 | 0 | 0.09 | 254.76 | 0.81 | 0.54 |
| Hex | 58 | 29 | E8 | 3E | 52 | 0 | 9 | FF | 51 | 36 |
| Octal | 130 | 51 | 350 | 76 | 122 | 0 | 11 | 377 | 121 | 66 |
| Binary | 1011000 | 101001 | 11101000 | 111110 | 1010010 | 0 | 1001 | 11111111 | 1010001 | 110110 |
Color Harmonies of #5829E8
Complementary color
Monochromatic Colors of #5829E8
Black with #5829E8
Text Example
Text Example
White with #5829E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829E8; }
p { color: rgb(88,41,232); }
H1.HeaderClassName
{
color: #5829E8;
}
.AnyTagClassName
{
color: #5829E8;
}
</style>
background-color css
<style>
a { background-color: #5829E8; }
a { background-color: rgb(88,41,232); }
div.DivClassName
{
background-color: #5829E8;
}
.BgClassName
{
background-color: #5829E8;
}
</style>
border-color css
<style>
span { border-color: #5829E8; }
span { border-color: rgb(88,41,232); }
td.TdClassName
{
border-color: #5829E8;
}
.TagClassName
{
border-color: #5829E8;
}
</style>