Shades of Electric Purple #A707EC
Tints of Electric Purple #A707EC
RGB
CMYK
RGB Variations
Color information
#A707EC (or 0xA707EC) is known color: Electric Purple. HEX triplet: A7, 07 and EC. RGB value is (167,7,236). Sum of RGB (Red+Green+Blue) = 167+7+236=410 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.73% from 410); Green value is 7 (3.12% from 255 or 1.71% from 410); Blue value is 236 (92.58% from 255 or 57.56% from 410); Max value from RGB is 236 - color contains mainly: blue. Hex color #A707EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A707EC is #58F813. Grayscale: #505050. Windows color (decimal): -5830676 or 15468455. OLE color: 15468455.
HSL color Cylindrical-coordinate representation of color #A707EC: hue angle of 281.92º 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 #A707EC is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 7 | 236 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.07 |
| HSL | 281.92º | 0.94% | 0.48% | - |
| HSV(B) | 281.92º | 0.97% | 0.93% | - |
| XYZ | 31.15 | 14.42 | 80.5 | - |
| YUV | 80.95 | 215.51 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 236 | 0.29 | 0.97 | 0 | 0.07 | 281.92 | 0.94 | 0.48 |
| Hex | A7 | 7 | EC | 1D | 61 | 0 | 7 | 11A | 5E | 30 |
| Octal | 247 | 7 | 354 | 35 | 141 | 0 | 7 | 432 | 136 | 60 |
| Binary | 10100111 | 111 | 11101100 | 11101 | 1100001 | 0 | 111 | 100011010 | 1011110 | 110000 |
Color Harmonies of #A707EC
Complementary color
Monochromatic Colors of #A707EC
Black with #A707EC
Text Example
Text Example
White with #A707EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A707EC; }
p { color: rgb(167,7,236); }
H1.HeaderClassName
{
color: #A707EC;
}
.AnyTagClassName
{
color: #A707EC;
}
</style>
background-color css
<style>
a { background-color: #A707EC; }
a { background-color: rgb(167,7,236); }
div.DivClassName
{
background-color: #A707EC;
}
.BgClassName
{
background-color: #A707EC;
}
</style>
border-color css
<style>
span { border-color: #A707EC; }
span { border-color: rgb(167,7,236); }
td.TdClassName
{
border-color: #A707EC;
}
.TagClassName
{
border-color: #A707EC;
}
</style>