Shades of Electric Purple #AD07FF
Tints of Electric Purple #AD07FF
RGB
CMYK
RGB Variations
Color information
#AD07FF (or 0xAD07FF) is known color: Electric Purple. HEX triplet: AD, 07 and FF. RGB value is (173,7,255). Sum of RGB (Red+Green+Blue) = 173+7+255=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 7 (3.12% from 255 or 1.61% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD07FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07FF is #52F800. Grayscale: #545454. Windows color (decimal): -5437441 or 16713645. OLE color: 16713645.
HSL color Cylindrical-coordinate representation of color #AD07FF: hue angle of 280.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07FF is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 7 | 255 | - |
| CMYK | 0.32 | 0.97 | 0 | 0 |
| HSL | 280.16º | 1% | 0.51% | - |
| HSV(B) | 280.16º | 0.97% | 1% | - |
| XYZ | 35.36 | 16.26 | 95.88 | - |
| YUV | 84.91 | 224 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 255 | 0.32 | 0.97 | 0 | 0 | 280.16 | 1 | 0.51 |
| Hex | AD | 7 | FF | 20 | 61 | 0 | 0 | 118 | 64 | 33 |
| Octal | 255 | 7 | 377 | 40 | 141 | 0 | 0 | 430 | 144 | 63 |
| Binary | 10101101 | 111 | 11111111 | 100000 | 1100001 | 0 | 0 | 100011000 | 1100100 | 110011 |
Color Harmonies of #AD07FF
Complementary color
Monochromatic Colors of #AD07FF
Black with #AD07FF
Text Example
Text Example
White with #AD07FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07FF; }
p { color: rgb(173,7,255); }
H1.HeaderClassName
{
color: #AD07FF;
}
.AnyTagClassName
{
color: #AD07FF;
}
</style>
background-color css
<style>
a { background-color: #AD07FF; }
a { background-color: rgb(173,7,255); }
div.DivClassName
{
background-color: #AD07FF;
}
.BgClassName
{
background-color: #AD07FF;
}
</style>
border-color css
<style>
span { border-color: #AD07FF; }
span { border-color: rgb(173,7,255); }
td.TdClassName
{
border-color: #AD07FF;
}
.TagClassName
{
border-color: #AD07FF;
}
</style>