Shades of Han Purple #5829DE
Tints of Han Purple #5829DE
RGB
CMYK
RGB Variations
Color information
#5829DE (or 0x5829DE) is known color: Han Purple. HEX triplet: 58, 29 and DE. RGB value is (88,41,222). Sum of RGB (Red+Green+Blue) = 88+41+222=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 222 (87.11% from 255 or 63.25% from 351); Max value from RGB is 222 - color contains mainly: blue. Hex color #5829DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5829DE is #A7D621. Grayscale: #4B4B4B. Windows color (decimal): -10999330 or 14559576. OLE color: 14559576.
HSL color Cylindrical-coordinate representation of color #5829DE: hue angle of 255.58º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5829DE is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 88 | 41 | 222 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.13 |
| HSL | 255.58º | 0.73% | 0.52% | - |
| HSV(B) | 255.58º | 0.82% | 0.87% | - |
| XYZ | 18 | 8.93 | 69.88 | - |
| YUV | 75.69 | 210.57 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 222 | 0.60 | 0.82 | 0 | 0.13 | 255.58 | 0.73 | 0.52 |
| Hex | 58 | 29 | DE | 3C | 52 | 0 | D | 100 | 49 | 34 |
| Octal | 130 | 51 | 336 | 74 | 122 | 0 | 15 | 400 | 111 | 64 |
| Binary | 1011000 | 101001 | 11011110 | 111100 | 1010010 | 0 | 1101 | 100000000 | 1001001 | 110100 |
Color Harmonies of #5829DE
Complementary color
Monochromatic Colors of #5829DE
Black with #5829DE
Text Example
Text Example
White with #5829DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829DE; }
p { color: rgb(88,41,222); }
H1.HeaderClassName
{
color: #5829DE;
}
.AnyTagClassName
{
color: #5829DE;
}
</style>
background-color css
<style>
a { background-color: #5829DE; }
a { background-color: rgb(88,41,222); }
div.DivClassName
{
background-color: #5829DE;
}
.BgClassName
{
background-color: #5829DE;
}
</style>
border-color css
<style>
span { border-color: #5829DE; }
span { border-color: rgb(88,41,222); }
td.TdClassName
{
border-color: #5829DE;
}
.TagClassName
{
border-color: #5829DE;
}
</style>