Shades of Electric Purple #AB07EC
Tints of Electric Purple #AB07EC
RGB
CMYK
RGB Variations
Color information
#AB07EC (or 0xAB07EC) is known color: Electric Purple. HEX triplet: AB, 07 and EC. RGB value is (171,7,236). Sum of RGB (Red+Green+Blue) = 171+7+236=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 236 (92.58% from 255 or 57.00% from 414); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB07EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07EC is #54F813. Grayscale: #515151. Windows color (decimal): -5568532 or 15468459. OLE color: 15468459.
HSL color Cylindrical-coordinate representation of color #AB07EC: hue angle of 282.97º 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 #AB07EC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 7 | 236 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.07 |
| HSL | 282.97º | 0.94% | 0.48% | - |
| HSV(B) | 282.97º | 0.97% | 0.93% | - |
| XYZ | 32.01 | 14.87 | 80.54 | - |
| YUV | 82.14 | 214.83 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 236 | 0.28 | 0.97 | 0 | 0.07 | 282.97 | 0.94 | 0.48 |
| Hex | AB | 7 | EC | 1C | 61 | 0 | 7 | 11B | 5E | 30 |
| Octal | 253 | 7 | 354 | 34 | 141 | 0 | 7 | 433 | 136 | 60 |
| Binary | 10101011 | 111 | 11101100 | 11100 | 1100001 | 0 | 111 | 100011011 | 1011110 | 110000 |
Color Harmonies of #AB07EC
Complementary color
Monochromatic Colors of #AB07EC
Black with #AB07EC
Text Example
Text Example
White with #AB07EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07EC; }
p { color: rgb(171,7,236); }
H1.HeaderClassName
{
color: #AB07EC;
}
.AnyTagClassName
{
color: #AB07EC;
}
</style>
background-color css
<style>
a { background-color: #AB07EC; }
a { background-color: rgb(171,7,236); }
div.DivClassName
{
background-color: #AB07EC;
}
.BgClassName
{
background-color: #AB07EC;
}
</style>
border-color css
<style>
span { border-color: #AB07EC; }
span { border-color: rgb(171,7,236); }
td.TdClassName
{
border-color: #AB07EC;
}
.TagClassName
{
border-color: #AB07EC;
}
</style>