Shades of Han Purple #5817E7
Tints of Han Purple #5817E7
RGB
CMYK
RGB Variations
Color information
#5817E7 (or 0x5817E7) is known color: Han Purple. HEX triplet: 58, 17 and E7. RGB value is (88,23,231). Sum of RGB (Red+Green+Blue) = 88+23+231=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 231 (90.62% from 255 or 67.54% from 342); Max value from RGB is 231 - color contains mainly: blue. Hex color #5817E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5817E7 is #A7E818. Grayscale: #414141. Windows color (decimal): -11003929 or 15144792. OLE color: 15144792.
HSL color Cylindrical-coordinate representation of color #5817E7: hue angle of 258.75º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5817E7 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 23 | 231 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.09 |
| HSL | 258.75º | 0.82% | 0.5% | - |
| HSV(B) | 258.75º | 0.9% | 0.91% | - |
| XYZ | 18.75 | 8.46 | 76.25 | - |
| YUV | 66.15 | 221.03 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 231 | 0.62 | 0.90 | 0 | 0.09 | 258.75 | 0.82 | 0.5 |
| Hex | 58 | 17 | E7 | 3E | 5A | 0 | 9 | 103 | 52 | 32 |
| Octal | 130 | 27 | 347 | 76 | 132 | 0 | 11 | 403 | 122 | 62 |
| Binary | 1011000 | 10111 | 11100111 | 111110 | 1011010 | 0 | 1001 | 100000011 | 1010010 | 110010 |
Color Harmonies of #5817E7
Complementary color
Monochromatic Colors of #5817E7
Black with #5817E7
Text Example
Text Example
White with #5817E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5817E7; }
p { color: rgb(88,23,231); }
H1.HeaderClassName
{
color: #5817E7;
}
.AnyTagClassName
{
color: #5817E7;
}
</style>
background-color css
<style>
a { background-color: #5817E7; }
a { background-color: rgb(88,23,231); }
div.DivClassName
{
background-color: #5817E7;
}
.BgClassName
{
background-color: #5817E7;
}
</style>
border-color css
<style>
span { border-color: #5817E7; }
span { border-color: rgb(88,23,231); }
td.TdClassName
{
border-color: #5817E7;
}
.TagClassName
{
border-color: #5817E7;
}
</style>