Shades of Han Purple #5829F8
Tints of Han Purple #5829F8
RGB
CMYK
RGB Variations
Color information
#5829F8 (or 0x5829F8) is known color: Han Purple. HEX triplet: 58, 29 and F8. RGB value is (88,41,248). Sum of RGB (Red+Green+Blue) = 88+41+248=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 248 (97.27% from 255 or 65.78% from 377); Max value from RGB is 248 - color contains mainly: blue. Hex color #5829F8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829F8 is #A7D607. Grayscale: #4D4D4D. Windows color (decimal): -10999304 or 16263512. OLE color: 16263512.
HSL color Cylindrical-coordinate representation of color #5829F8: hue angle of 253.62º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5829F8 is Cyan = 0.65, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 88 | 41 | 248 | - |
| CMYK | 0.65 | 0.83 | 0 | 0.03 |
| HSL | 253.62º | 0.94% | 0.57% | - |
| HSV(B) | 253.62º | 0.83% | 0.97% | - |
| XYZ | 21.76 | 10.44 | 89.67 | - |
| YUV | 78.65 | 223.57 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 248 | 0.65 | 0.83 | 0 | 0.03 | 253.62 | 0.94 | 0.57 |
| Hex | 58 | 29 | F8 | 41 | 53 | 0 | 3 | FE | 5E | 39 |
| Octal | 130 | 51 | 370 | 101 | 123 | 0 | 3 | 376 | 136 | 71 |
| Binary | 1011000 | 101001 | 11111000 | 1000001 | 1010011 | 0 | 11 | 11111110 | 1011110 | 111001 |
Color Harmonies of #5829F8
Complementary color
Monochromatic Colors of #5829F8
Black with #5829F8
Text Example
Text Example
White with #5829F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829F8; }
p { color: rgb(88,41,248); }
H1.HeaderClassName
{
color: #5829F8;
}
.AnyTagClassName
{
color: #5829F8;
}
</style>
background-color css
<style>
a { background-color: #5829F8; }
a { background-color: rgb(88,41,248); }
div.DivClassName
{
background-color: #5829F8;
}
.BgClassName
{
background-color: #5829F8;
}
</style>
border-color css
<style>
span { border-color: #5829F8; }
span { border-color: rgb(88,41,248); }
td.TdClassName
{
border-color: #5829F8;
}
.TagClassName
{
border-color: #5829F8;
}
</style>