Shades of Han Purple #5710EA
Tints of Han Purple #5710EA
RGB
CMYK
RGB Variations
Color information
#5710EA (or 0x5710EA) is known color: Han Purple. HEX triplet: 57, 10 and EA. RGB value is (87,16,234). Sum of RGB (Red+Green+Blue) = 87+16+234=337 (44% of max value = 765). Red value is 87 (34.38% from 255 or 25.82% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #5710EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5710EA is #A8EF15. Grayscale: #3D3D3D. Windows color (decimal): -11071254 or 15339607. OLE color: 15339607.
HSL color Cylindrical-coordinate representation of color #5710EA: hue angle of 259.54º degrees, saturation: 0.87, 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 #5710EA is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 16 | 234 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.08 |
| HSL | 259.54º | 0.87% | 0.49% | - |
| HSV(B) | 259.54º | 0.93% | 0.92% | - |
| XYZ | 18.97 | 8.34 | 78.45 | - |
| YUV | 62.08 | 225.02 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 234 | 0.63 | 0.93 | 0 | 0.08 | 259.54 | 0.87 | 0.49 |
| Hex | 57 | 10 | EA | 3F | 5D | 0 | 8 | 104 | 57 | 31 |
| Octal | 127 | 20 | 352 | 77 | 135 | 0 | 10 | 404 | 127 | 61 |
| Binary | 1010111 | 10000 | 11101010 | 111111 | 1011101 | 0 | 1000 | 100000100 | 1010111 | 110001 |
Color Harmonies of #5710EA
Complementary color
Monochromatic Colors of #5710EA
Black with #5710EA
Text Example
Text Example
White with #5710EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710EA; }
p { color: rgb(87,16,234); }
H1.HeaderClassName
{
color: #5710EA;
}
.AnyTagClassName
{
color: #5710EA;
}
</style>
background-color css
<style>
a { background-color: #5710EA; }
a { background-color: rgb(87,16,234); }
div.DivClassName
{
background-color: #5710EA;
}
.BgClassName
{
background-color: #5710EA;
}
</style>
border-color css
<style>
span { border-color: #5710EA; }
span { border-color: rgb(87,16,234); }
td.TdClassName
{
border-color: #5710EA;
}
.TagClassName
{
border-color: #5710EA;
}
</style>