Shades of Han Purple #5707EC
Tints of Han Purple #5707EC
RGB
CMYK
RGB Variations
Color information
#5707EC (or 0x5707EC) is known color: Han Purple. HEX triplet: 57, 07 and EC. RGB value is (87,7,236). Sum of RGB (Red+Green+Blue) = 87+7+236=330 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.36% from 330); Green value is 7 (3.12% from 255 or 2.12% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #5707EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5707EC is #A8F813. Grayscale: #383838. Windows color (decimal): -11073556 or 15468375. OLE color: 15468375.
HSL color Cylindrical-coordinate representation of color #5707EC: hue angle of 260.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5707EC is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 87 | 7 | 236 | - |
| CMYK | 0.63 | 0.97 | 0 | 0.07 |
| HSL | 260.96º | 0.94% | 0.48% | - |
| HSV(B) | 260.96º | 0.97% | 0.93% | - |
| XYZ | 19.15 | 8.23 | 79.94 | - |
| YUV | 57.03 | 229 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 7 | 236 | 0.63 | 0.97 | 0 | 0.07 | 260.96 | 0.94 | 0.48 |
| Hex | 57 | 7 | EC | 3F | 61 | 0 | 7 | 105 | 5E | 30 |
| Octal | 127 | 7 | 354 | 77 | 141 | 0 | 7 | 405 | 136 | 60 |
| Binary | 1010111 | 111 | 11101100 | 111111 | 1100001 | 0 | 111 | 100000101 | 1011110 | 110000 |
Color Harmonies of #5707EC
Complementary color
Monochromatic Colors of #5707EC
Black with #5707EC
Text Example
Text Example
White with #5707EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5707EC; }
p { color: rgb(87,7,236); }
H1.HeaderClassName
{
color: #5707EC;
}
.AnyTagClassName
{
color: #5707EC;
}
</style>
background-color css
<style>
a { background-color: #5707EC; }
a { background-color: rgb(87,7,236); }
div.DivClassName
{
background-color: #5707EC;
}
.BgClassName
{
background-color: #5707EC;
}
</style>
border-color css
<style>
span { border-color: #5707EC; }
span { border-color: rgb(87,7,236); }
td.TdClassName
{
border-color: #5707EC;
}
.TagClassName
{
border-color: #5707EC;
}
</style>