Shades of Han Purple #5830EF
Tints of Han Purple #5830EF
RGB
CMYK
RGB Variations
Color information
#5830EF (or 0x5830EF) is known color: Han Purple. HEX triplet: 58, 30 and EF. RGB value is (88,48,239). Sum of RGB (Red+Green+Blue) = 88+48+239=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 239 (93.75% from 255 or 63.73% from 375); Max value from RGB is 239 - color contains mainly: blue. Hex color #5830EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5830EF is #A7CF10. Grayscale: #515151. Windows color (decimal): -10997521 or 15675480. OLE color: 15675480.
HSL color Cylindrical-coordinate representation of color #5830EF: hue angle of 252.57º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5830EF is Cyan = 0.63, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 48 | 239 | - |
| CMYK | 0.63 | 0.80 | 0 | 0.06 |
| HSL | 252.57º | 0.86% | 0.56% | - |
| HSV(B) | 252.57º | 0.8% | 0.94% | - |
| XYZ | 20.66 | 10.42 | 82.58 | - |
| YUV | 81.73 | 216.75 | 132.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 239 | 0.63 | 0.80 | 0 | 0.06 | 252.57 | 0.86 | 0.56 |
| Hex | 58 | 30 | EF | 3F | 50 | 0 | 6 | FD | 56 | 38 |
| Octal | 130 | 60 | 357 | 77 | 120 | 0 | 6 | 375 | 126 | 70 |
| Binary | 1011000 | 110000 | 11101111 | 111111 | 1010000 | 0 | 110 | 11111101 | 1010110 | 111000 |
Color Harmonies of #5830EF
Complementary color
Monochromatic Colors of #5830EF
Black with #5830EF
Text Example
Text Example
White with #5830EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5830EF; }
p { color: rgb(88,48,239); }
H1.HeaderClassName
{
color: #5830EF;
}
.AnyTagClassName
{
color: #5830EF;
}
</style>
background-color css
<style>
a { background-color: #5830EF; }
a { background-color: rgb(88,48,239); }
div.DivClassName
{
background-color: #5830EF;
}
.BgClassName
{
background-color: #5830EF;
}
</style>
border-color css
<style>
span { border-color: #5830EF; }
span { border-color: rgb(88,48,239); }
td.TdClassName
{
border-color: #5830EF;
}
.TagClassName
{
border-color: #5830EF;
}
</style>