Shades of Han Purple #5705E1
Tints of Han Purple #5705E1
RGB
CMYK
RGB Variations
Color information
#5705E1 (or 0x5705E1) is known color: Han Purple. HEX triplet: 57, 05 and E1. RGB value is (87,5,225). Sum of RGB (Red+Green+Blue) = 87+5+225=317 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.44% from 317); Green value is 5 (2.34% from 255 or 1.58% from 317); Blue value is 225 (88.28% from 255 or 70.98% from 317); Max value from RGB is 225 - color contains mainly: blue. Hex color #5705E1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5705E1 is #A8FA1E. Grayscale: #353535. Windows color (decimal): -11074079 or 14746967. OLE color: 14746967.
HSL color Cylindrical-coordinate representation of color #5705E1: hue angle of 262.36º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5705E1 is Cyan = 0.61, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 5 | 225 | - |
| CMYK | 0.61 | 0.98 | 0 | 0.12 |
| HSL | 262.36º | 0.96% | 0.45% | - |
| HSV(B) | 262.36º | 0.98% | 0.88% | - |
| XYZ | 17.58 | 7.57 | 71.77 | - |
| YUV | 54.6 | 224.17 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 5 | 225 | 0.61 | 0.98 | 0 | 0.12 | 262.36 | 0.96 | 0.45 |
| Hex | 57 | 5 | E1 | 3D | 62 | 0 | C | 106 | 60 | 2D |
| Octal | 127 | 5 | 341 | 75 | 142 | 0 | 14 | 406 | 140 | 55 |
| Binary | 1010111 | 101 | 11100001 | 111101 | 1100010 | 0 | 1100 | 100000110 | 1100000 | 101101 |
Color Harmonies of #5705E1
Complementary color
Monochromatic Colors of #5705E1
Black with #5705E1
Text Example
Text Example
White with #5705E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5705E1; }
p { color: rgb(87,5,225); }
H1.HeaderClassName
{
color: #5705E1;
}
.AnyTagClassName
{
color: #5705E1;
}
</style>
background-color css
<style>
a { background-color: #5705E1; }
a { background-color: rgb(87,5,225); }
div.DivClassName
{
background-color: #5705E1;
}
.BgClassName
{
background-color: #5705E1;
}
</style>
border-color css
<style>
span { border-color: #5705E1; }
span { border-color: rgb(87,5,225); }
td.TdClassName
{
border-color: #5705E1;
}
.TagClassName
{
border-color: #5705E1;
}
</style>