Shades of Electric Purple #AD07EE
Tints of Electric Purple #AD07EE
RGB
CMYK
RGB Variations
Color information
#AD07EE (or 0xAD07EE) is known color: Electric Purple. HEX triplet: AD, 07 and EE. RGB value is (173,7,238). Sum of RGB (Red+Green+Blue) = 173+7+238=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #AD07EE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07EE is #52F811. Grayscale: #525252. Windows color (decimal): -5437458 or 15599533. OLE color: 15599533.
HSL color Cylindrical-coordinate representation of color #AD07EE: hue angle of 283.12º 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 #AD07EE is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 7 | 238 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.07 |
| HSL | 283.12º | 0.94% | 0.48% | - |
| HSV(B) | 283.12º | 0.97% | 0.93% | - |
| XYZ | 32.74 | 15.21 | 82.1 | - |
| YUV | 82.97 | 215.5 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 238 | 0.27 | 0.97 | 0 | 0.07 | 283.12 | 0.94 | 0.48 |
| Hex | AD | 7 | EE | 1B | 61 | 0 | 7 | 11B | 5E | 30 |
| Octal | 255 | 7 | 356 | 33 | 141 | 0 | 7 | 433 | 136 | 60 |
| Binary | 10101101 | 111 | 11101110 | 11011 | 1100001 | 0 | 111 | 100011011 | 1011110 | 110000 |
Color Harmonies of #AD07EE
Complementary color
Monochromatic Colors of #AD07EE
Black with #AD07EE
Text Example
Text Example
White with #AD07EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07EE; }
p { color: rgb(173,7,238); }
H1.HeaderClassName
{
color: #AD07EE;
}
.AnyTagClassName
{
color: #AD07EE;
}
</style>
background-color css
<style>
a { background-color: #AD07EE; }
a { background-color: rgb(173,7,238); }
div.DivClassName
{
background-color: #AD07EE;
}
.BgClassName
{
background-color: #AD07EE;
}
</style>
border-color css
<style>
span { border-color: #AD07EE; }
span { border-color: rgb(173,7,238); }
td.TdClassName
{
border-color: #AD07EE;
}
.TagClassName
{
border-color: #AD07EE;
}
</style>