Shades of Electric Purple #AD07E7
Tints of Electric Purple #AD07E7
RGB
CMYK
RGB Variations
Color information
#AD07E7 (or 0xAD07E7) is known color: Electric Purple. HEX triplet: AD, 07 and E7. RGB value is (173,7,231). Sum of RGB (Red+Green+Blue) = 173+7+231=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 231 (90.62% from 255 or 56.20% from 411); Max value from RGB is 231 - color contains mainly: blue. Hex color #AD07E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07E7 is #52F818. Grayscale: #515151. Windows color (decimal): -5437465 or 15140781. OLE color: 15140781.
HSL color Cylindrical-coordinate representation of color #AD07E7: hue angle of 284.46º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07E7 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 7 | 231 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.09 |
| HSL | 284.46º | 0.94% | 0.47% | - |
| HSV(B) | 284.46º | 0.97% | 0.91% | - |
| XYZ | 31.73 | 14.81 | 76.79 | - |
| YUV | 82.17 | 212 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 231 | 0.25 | 0.97 | 0 | 0.09 | 284.46 | 0.94 | 0.47 |
| Hex | AD | 7 | E7 | 19 | 61 | 0 | 9 | 11C | 5E | 2F |
| Octal | 255 | 7 | 347 | 31 | 141 | 0 | 11 | 434 | 136 | 57 |
| Binary | 10101101 | 111 | 11100111 | 11001 | 1100001 | 0 | 1001 | 100011100 | 1011110 | 101111 |
Color Harmonies of #AD07E7
Complementary color
Monochromatic Colors of #AD07E7
Black with #AD07E7
Text Example
Text Example
White with #AD07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07E7; }
p { color: rgb(173,7,231); }
H1.HeaderClassName
{
color: #AD07E7;
}
.AnyTagClassName
{
color: #AD07E7;
}
</style>
background-color css
<style>
a { background-color: #AD07E7; }
a { background-color: rgb(173,7,231); }
div.DivClassName
{
background-color: #AD07E7;
}
.BgClassName
{
background-color: #AD07E7;
}
</style>
border-color css
<style>
span { border-color: #AD07E7; }
span { border-color: rgb(173,7,231); }
td.TdClassName
{
border-color: #AD07E7;
}
.TagClassName
{
border-color: #AD07E7;
}
</style>