Shades of Electric Purple #AD07EB
Tints of Electric Purple #AD07EB
RGB
CMYK
RGB Variations
Color information
#AD07EB (or 0xAD07EB) is known color: Electric Purple. HEX triplet: AD, 07 and EB. RGB value is (173,7,235). Sum of RGB (Red+Green+Blue) = 173+7+235=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 235 (92.19% from 255 or 56.63% from 415); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD07EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07EB is #52F814. Grayscale: #515151. Windows color (decimal): -5437461 or 15402925. OLE color: 15402925.
HSL color Cylindrical-coordinate representation of color #AD07EB: hue angle of 283.68º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07EB is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 7 | 235 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.08 |
| HSL | 283.68º | 0.94% | 0.47% | - |
| HSV(B) | 283.68º | 0.97% | 0.92% | - |
| XYZ | 32.3 | 15.03 | 79.8 | - |
| YUV | 82.63 | 214 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 235 | 0.26 | 0.97 | 0 | 0.08 | 283.68 | 0.94 | 0.47 |
| Hex | AD | 7 | EB | 1A | 61 | 0 | 8 | 11C | 5E | 2F |
| Octal | 255 | 7 | 353 | 32 | 141 | 0 | 10 | 434 | 136 | 57 |
| Binary | 10101101 | 111 | 11101011 | 11010 | 1100001 | 0 | 1000 | 100011100 | 1011110 | 101111 |
Color Harmonies of #AD07EB
Complementary color
Monochromatic Colors of #AD07EB
Black with #AD07EB
Text Example
Text Example
White with #AD07EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07EB; }
p { color: rgb(173,7,235); }
H1.HeaderClassName
{
color: #AD07EB;
}
.AnyTagClassName
{
color: #AD07EB;
}
</style>
background-color css
<style>
a { background-color: #AD07EB; }
a { background-color: rgb(173,7,235); }
div.DivClassName
{
background-color: #AD07EB;
}
.BgClassName
{
background-color: #AD07EB;
}
</style>
border-color css
<style>
span { border-color: #AD07EB; }
span { border-color: rgb(173,7,235); }
td.TdClassName
{
border-color: #AD07EB;
}
.TagClassName
{
border-color: #AD07EB;
}
</style>