Shades of Han Purple #5710E1
Tints of Han Purple #5710E1
RGB
CMYK
RGB Variations
Color information
#5710E1 (or 0x5710E1) is known color: Han Purple. HEX triplet: 57, 10 and E1. RGB value is (87,16,225). Sum of RGB (Red+Green+Blue) = 87+16+225=328 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.52% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #5710E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5710E1 is #A8EF1E. Grayscale: #3C3C3C. Windows color (decimal): -11071263 or 14749783. OLE color: 14749783.
HSL color Cylindrical-coordinate representation of color #5710E1: hue angle of 260.38º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5710E1 is Cyan = 0.61, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 16 | 225 | - |
| CMYK | 0.61 | 0.93 | 0 | 0.12 |
| HSL | 260.38º | 0.87% | 0.47% | - |
| HSV(B) | 260.38º | 0.93% | 0.88% | - |
| XYZ | 17.71 | 7.83 | 71.81 | - |
| YUV | 61.06 | 220.52 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 16 | 225 | 0.61 | 0.93 | 0 | 0.12 | 260.38 | 0.87 | 0.47 |
| Hex | 57 | 10 | E1 | 3D | 5D | 0 | C | 104 | 57 | 2F |
| Octal | 127 | 20 | 341 | 75 | 135 | 0 | 14 | 404 | 127 | 57 |
| Binary | 1010111 | 10000 | 11100001 | 111101 | 1011101 | 0 | 1100 | 100000100 | 1010111 | 101111 |
Color Harmonies of #5710E1
Complementary color
Monochromatic Colors of #5710E1
Black with #5710E1
Text Example
Text Example
White with #5710E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5710E1; }
p { color: rgb(87,16,225); }
H1.HeaderClassName
{
color: #5710E1;
}
.AnyTagClassName
{
color: #5710E1;
}
</style>
background-color css
<style>
a { background-color: #5710E1; }
a { background-color: rgb(87,16,225); }
div.DivClassName
{
background-color: #5710E1;
}
.BgClassName
{
background-color: #5710E1;
}
</style>
border-color css
<style>
span { border-color: #5710E1; }
span { border-color: rgb(87,16,225); }
td.TdClassName
{
border-color: #5710E1;
}
.TagClassName
{
border-color: #5710E1;
}
</style>