Shades of Han Purple #5830ED
Tints of Han Purple #5830ED
RGB
CMYK
RGB Variations
Color information
#5830ED (or 0x5830ED) is known color: Han Purple. HEX triplet: 58, 30 and ED. RGB value is (88,48,237). Sum of RGB (Red+Green+Blue) = 88+48+237=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 48 (19.14% from 255 or 12.87% from 373); Blue value is 237 (92.97% from 255 or 63.54% from 373); Max value from RGB is 237 - color contains mainly: blue. Hex color #5830ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5830ED is #A7CF12. Grayscale: #505050. Windows color (decimal): -10997523 or 15544408. OLE color: 15544408.
HSL color Cylindrical-coordinate representation of color #5830ED: hue angle of 252.7º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5830ED is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 48 | 237 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.07 |
| HSL | 252.7º | 0.84% | 0.56% | - |
| HSV(B) | 252.7º | 0.8% | 0.93% | - |
| XYZ | 20.37 | 10.3 | 81.04 | - |
| YUV | 81.51 | 215.75 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 237 | 0.63 | 0.80 | 0 | 0.07 | 252.7 | 0.84 | 0.56 |
| Hex | 58 | 30 | ED | 3F | 50 | 0 | 7 | FD | 54 | 38 |
| Octal | 130 | 60 | 355 | 77 | 120 | 0 | 7 | 375 | 124 | 70 |
| Binary | 1011000 | 110000 | 11101101 | 111111 | 1010000 | 0 | 111 | 11111101 | 1010100 | 111000 |
Color Harmonies of #5830ED
Complementary color
Monochromatic Colors of #5830ED
Black with #5830ED
Text Example
Text Example
White with #5830ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5830ED; }
p { color: rgb(88,48,237); }
H1.HeaderClassName
{
color: #5830ED;
}
.AnyTagClassName
{
color: #5830ED;
}
</style>
background-color css
<style>
a { background-color: #5830ED; }
a { background-color: rgb(88,48,237); }
div.DivClassName
{
background-color: #5830ED;
}
.BgClassName
{
background-color: #5830ED;
}
</style>
border-color css
<style>
span { border-color: #5830ED; }
span { border-color: rgb(88,48,237); }
td.TdClassName
{
border-color: #5830ED;
}
.TagClassName
{
border-color: #5830ED;
}
</style>