Shades of Han Purple #5813ED
Tints of Han Purple #5813ED
RGB
CMYK
RGB Variations
Color information
#5813ED (or 0x5813ED) is known color: Han Purple. HEX triplet: 58, 13 and ED. RGB value is (88,19,237). Sum of RGB (Red+Green+Blue) = 88+19+237=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #5813ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5813ED is #A7EC12. Grayscale: #3F3F3F. Windows color (decimal): -11004947 or 15536984. OLE color: 15536984.
HSL color Cylindrical-coordinate representation of color #5813ED: hue angle of 258.99º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5813ED is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 19 | 237 | - |
| CMYK | 0.63 | 0.92 | 0 | 0.07 |
| HSL | 258.99º | 0.86% | 0.5% | - |
| HSV(B) | 258.99º | 0.92% | 0.93% | - |
| XYZ | 19.54 | 8.65 | 80.76 | - |
| YUV | 64.48 | 225.36 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 19 | 237 | 0.63 | 0.92 | 0 | 0.07 | 258.99 | 0.86 | 0.5 |
| Hex | 58 | 13 | ED | 3F | 5C | 0 | 7 | 103 | 56 | 32 |
| Octal | 130 | 23 | 355 | 77 | 134 | 0 | 7 | 403 | 126 | 62 |
| Binary | 1011000 | 10011 | 11101101 | 111111 | 1011100 | 0 | 111 | 100000011 | 1010110 | 110010 |
Color Harmonies of #5813ED
Complementary color
Monochromatic Colors of #5813ED
Black with #5813ED
Text Example
Text Example
White with #5813ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5813ED; }
p { color: rgb(88,19,237); }
H1.HeaderClassName
{
color: #5813ED;
}
.AnyTagClassName
{
color: #5813ED;
}
</style>
background-color css
<style>
a { background-color: #5813ED; }
a { background-color: rgb(88,19,237); }
div.DivClassName
{
background-color: #5813ED;
}
.BgClassName
{
background-color: #5813ED;
}
</style>
border-color css
<style>
span { border-color: #5813ED; }
span { border-color: rgb(88,19,237); }
td.TdClassName
{
border-color: #5813ED;
}
.TagClassName
{
border-color: #5813ED;
}
</style>