Shades of Han Purple #5813EB
Tints of Han Purple #5813EB
RGB
CMYK
RGB Variations
Color information
#5813EB (or 0x5813EB) is known color: Han Purple. HEX triplet: 58, 13 and EB. RGB value is (88,19,235). Sum of RGB (Red+Green+Blue) = 88+19+235=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 235 (92.19% from 255 or 68.71% from 342); Max value from RGB is 235 - color contains mainly: blue. Hex color #5813EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5813EB is #A7EC14. Grayscale: #3F3F3F. Windows color (decimal): -11004949 or 15405912. OLE color: 15405912.
HSL color Cylindrical-coordinate representation of color #5813EB: hue angle of 259.17º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5813EB is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 88 | 19 | 235 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.08 |
| HSL | 259.17º | 0.85% | 0.5% | - |
| HSV(B) | 259.17º | 0.92% | 0.92% | - |
| XYZ | 19.25 | 8.54 | 79.23 | - |
| YUV | 64.26 | 224.36 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 235 | 0.63 | 0.92 | 0 | 0.08 | 259.17 | 0.85 | 0.5 |
| Hex | 58 | 13 | EB | 3F | 5C | 0 | 8 | 103 | 55 | 32 |
| Octal | 130 | 23 | 353 | 77 | 134 | 0 | 10 | 403 | 125 | 62 |
| Binary | 1011000 | 10011 | 11101011 | 111111 | 1011100 | 0 | 1000 | 100000011 | 1010101 | 110010 |
Color Harmonies of #5813EB
Complementary color
Monochromatic Colors of #5813EB
Black with #5813EB
Text Example
Text Example
White with #5813EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5813EB; }
p { color: rgb(88,19,235); }
H1.HeaderClassName
{
color: #5813EB;
}
.AnyTagClassName
{
color: #5813EB;
}
</style>
background-color css
<style>
a { background-color: #5813EB; }
a { background-color: rgb(88,19,235); }
div.DivClassName
{
background-color: #5813EB;
}
.BgClassName
{
background-color: #5813EB;
}
</style>
border-color css
<style>
span { border-color: #5813EB; }
span { border-color: rgb(88,19,235); }
td.TdClassName
{
border-color: #5813EB;
}
.TagClassName
{
border-color: #5813EB;
}
</style>