Shades of Han Purple #5711EA
Tints of Han Purple #5711EA
RGB
CMYK
RGB Variations
Color information
#5711EA (or 0x5711EA) is known color: Han Purple. HEX triplet: 57, 11 and EA. RGB value is (87,17,234). Sum of RGB (Red+Green+Blue) = 87+17+234=338 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.74% from 338); Green value is 17 (7.03% from 255 or 5.03% from 338); Blue value is 234 (91.80% from 255 or 69.23% from 338); Max value from RGB is 234 - color contains mainly: blue. Hex color #5711EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5711EA is #A8EE15. Grayscale: #3D3D3D. Windows color (decimal): -11070998 or 15339863. OLE color: 15339863.
HSL color Cylindrical-coordinate representation of color #5711EA: hue angle of 259.35º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5711EA is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 17 | 234 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.08 |
| HSL | 259.35º | 0.86% | 0.49% | - |
| HSV(B) | 259.35º | 0.93% | 0.92% | - |
| XYZ | 18.98 | 8.37 | 78.46 | - |
| YUV | 62.67 | 224.69 | 145.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 17 | 234 | 0.63 | 0.93 | 0 | 0.08 | 259.35 | 0.86 | 0.49 |
| Hex | 57 | 11 | EA | 3F | 5D | 0 | 8 | 103 | 56 | 31 |
| Octal | 127 | 21 | 352 | 77 | 135 | 0 | 10 | 403 | 126 | 61 |
| Binary | 1010111 | 10001 | 11101010 | 111111 | 1011101 | 0 | 1000 | 100000011 | 1010110 | 110001 |
Color Harmonies of #5711EA
Complementary color
Monochromatic Colors of #5711EA
Black with #5711EA
Text Example
Text Example
White with #5711EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5711EA; }
p { color: rgb(87,17,234); }
H1.HeaderClassName
{
color: #5711EA;
}
.AnyTagClassName
{
color: #5711EA;
}
</style>
background-color css
<style>
a { background-color: #5711EA; }
a { background-color: rgb(87,17,234); }
div.DivClassName
{
background-color: #5711EA;
}
.BgClassName
{
background-color: #5711EA;
}
</style>
border-color css
<style>
span { border-color: #5711EA; }
span { border-color: rgb(87,17,234); }
td.TdClassName
{
border-color: #5711EA;
}
.TagClassName
{
border-color: #5711EA;
}
</style>