Shades of Han Purple #5831E3
Tints of Han Purple #5831E3
RGB
CMYK
RGB Variations
Color information
#5831E3 (or 0x5831E3) is known color: Han Purple. HEX triplet: 58, 31 and E3. RGB value is (88,49,227). Sum of RGB (Red+Green+Blue) = 88+49+227=364 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.18% from 364); Green value is 49 (19.53% from 255 or 13.46% from 364); Blue value is 227 (89.06% from 255 or 62.36% from 364); Max value from RGB is 227 - color contains mainly: blue. Hex color #5831E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5831E3 is #A7CE1C. Grayscale: #505050. Windows color (decimal): -10997277 or 14889304. OLE color: 14889304.
HSL color Cylindrical-coordinate representation of color #5831E3: hue angle of 253.15º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5831E3 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 88 | 49 | 227 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.11 |
| HSL | 253.15º | 0.76% | 0.54% | - |
| HSV(B) | 253.15º | 0.78% | 0.89% | - |
| XYZ | 18.99 | 9.82 | 73.57 | - |
| YUV | 80.95 | 210.42 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 227 | 0.61 | 0.78 | 0 | 0.11 | 253.15 | 0.76 | 0.54 |
| Hex | 58 | 31 | E3 | 3D | 4E | 0 | B | FD | 4C | 36 |
| Octal | 130 | 61 | 343 | 75 | 116 | 0 | 13 | 375 | 114 | 66 |
| Binary | 1011000 | 110001 | 11100011 | 111101 | 1001110 | 0 | 1011 | 11111101 | 1001100 | 110110 |
Color Harmonies of #5831E3
Complementary color
Monochromatic Colors of #5831E3
Black with #5831E3
Text Example
Text Example
White with #5831E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5831E3; }
p { color: rgb(88,49,227); }
H1.HeaderClassName
{
color: #5831E3;
}
.AnyTagClassName
{
color: #5831E3;
}
</style>
background-color css
<style>
a { background-color: #5831E3; }
a { background-color: rgb(88,49,227); }
div.DivClassName
{
background-color: #5831E3;
}
.BgClassName
{
background-color: #5831E3;
}
</style>
border-color css
<style>
span { border-color: #5831E3; }
span { border-color: rgb(88,49,227); }
td.TdClassName
{
border-color: #5831E3;
}
.TagClassName
{
border-color: #5831E3;
}
</style>