Shades of Han Purple #5829F3
Tints of Han Purple #5829F3
RGB
CMYK
RGB Variations
Color information
#5829F3 (or 0x5829F3) is known color: Han Purple. HEX triplet: 58, 29 and F3. RGB value is (88,41,243). Sum of RGB (Red+Green+Blue) = 88+41+243=372 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.66% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 243 (95.31% from 255 or 65.32% from 372); Max value from RGB is 243 - color contains mainly: blue. Hex color #5829F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5829F3 is #A7D60C. Grayscale: #4D4D4D. Windows color (decimal): -10999309 or 15935832. OLE color: 15935832.
HSL color Cylindrical-coordinate representation of color #5829F3: hue angle of 253.96º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5829F3 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 88 | 41 | 243 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.05 |
| HSL | 253.96º | 0.89% | 0.56% | - |
| HSV(B) | 253.96º | 0.83% | 0.95% | - |
| XYZ | 21 | 10.13 | 85.64 | - |
| YUV | 78.08 | 221.07 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 41 | 243 | 0.64 | 0.83 | 0 | 0.05 | 253.96 | 0.89 | 0.56 |
| Hex | 58 | 29 | F3 | 40 | 53 | 0 | 5 | FE | 59 | 38 |
| Octal | 130 | 51 | 363 | 100 | 123 | 0 | 5 | 376 | 131 | 70 |
| Binary | 1011000 | 101001 | 11110011 | 1000000 | 1010011 | 0 | 101 | 11111110 | 1011001 | 111000 |
Color Harmonies of #5829F3
Complementary color
Monochromatic Colors of #5829F3
Black with #5829F3
Text Example
Text Example
White with #5829F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5829F3; }
p { color: rgb(88,41,243); }
H1.HeaderClassName
{
color: #5829F3;
}
.AnyTagClassName
{
color: #5829F3;
}
</style>
background-color css
<style>
a { background-color: #5829F3; }
a { background-color: rgb(88,41,243); }
div.DivClassName
{
background-color: #5829F3;
}
.BgClassName
{
background-color: #5829F3;
}
</style>
border-color css
<style>
span { border-color: #5829F3; }
span { border-color: rgb(88,41,243); }
td.TdClassName
{
border-color: #5829F3;
}
.TagClassName
{
border-color: #5829F3;
}
</style>