Shades of Han Purple #5718E7
Tints of Han Purple #5718E7
RGB
CMYK
RGB Variations
Color information
#5718E7 (or 0x5718E7) is known color: Han Purple. HEX triplet: 57, 18 and E7. RGB value is (87,24,231). Sum of RGB (Red+Green+Blue) = 87+24+231=342 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.44% from 342); Green value is 24 (9.77% from 255 or 7.02% 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 #5718E7 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5718E7 is #A8E718. Grayscale: #414141. Windows color (decimal): -11069209 or 15145047. OLE color: 15145047.
HSL color Cylindrical-coordinate representation of color #5718E7: hue angle of 258.26º degrees, saturation: 0.81, 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 #5718E7 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 24 | 231 | - |
| CMYK | 0.62 | 0.90 | 0 | 0.09 |
| HSL | 258.26º | 0.81% | 0.5% | - |
| HSV(B) | 258.26º | 0.9% | 0.91% | - |
| XYZ | 18.68 | 8.45 | 76.25 | - |
| YUV | 66.44 | 220.87 | 142.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 24 | 231 | 0.62 | 0.90 | 0 | 0.09 | 258.26 | 0.81 | 0.5 |
| Hex | 57 | 18 | E7 | 3E | 5A | 0 | 9 | 102 | 51 | 32 |
| Octal | 127 | 30 | 347 | 76 | 132 | 0 | 11 | 402 | 121 | 62 |
| Binary | 1010111 | 11000 | 11100111 | 111110 | 1011010 | 0 | 1001 | 100000010 | 1010001 | 110010 |
Color Harmonies of #5718E7
Complementary color
Monochromatic Colors of #5718E7
Black with #5718E7
Text Example
Text Example
White with #5718E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5718E7; }
p { color: rgb(87,24,231); }
H1.HeaderClassName
{
color: #5718E7;
}
.AnyTagClassName
{
color: #5718E7;
}
</style>
background-color css
<style>
a { background-color: #5718E7; }
a { background-color: rgb(87,24,231); }
div.DivClassName
{
background-color: #5718E7;
}
.BgClassName
{
background-color: #5718E7;
}
</style>
border-color css
<style>
span { border-color: #5718E7; }
span { border-color: rgb(87,24,231); }
td.TdClassName
{
border-color: #5718E7;
}
.TagClassName
{
border-color: #5718E7;
}
</style>