Shades of Electric Purple #AD07F9
Tints of Electric Purple #AD07F9
RGB
CMYK
RGB Variations
Color information
#AD07F9 (or 0xAD07F9) is known color: Electric Purple. HEX triplet: AD, 07 and F9. RGB value is (173,7,249). Sum of RGB (Red+Green+Blue) = 173+7+249=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #AD07F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AD07F9 is #52F806. Grayscale: #535353. Windows color (decimal): -5437447 or 16320429. OLE color: 16320429.
HSL color Cylindrical-coordinate representation of color #AD07F9: hue angle of 281.16º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07F9 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 7 | 249 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.02 |
| HSL | 281.16º | 0.95% | 0.5% | - |
| HSV(B) | 281.16º | 0.97% | 0.98% | - |
| XYZ | 34.41 | 15.88 | 90.87 | - |
| YUV | 84.22 | 221 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 7 | 249 | 0.31 | 0.97 | 0 | 0.02 | 281.16 | 0.95 | 0.5 |
| Hex | AD | 7 | F9 | 1F | 61 | 0 | 2 | 119 | 5F | 32 |
| Octal | 255 | 7 | 371 | 37 | 141 | 0 | 2 | 431 | 137 | 62 |
| Binary | 10101101 | 111 | 11111001 | 11111 | 1100001 | 0 | 10 | 100011001 | 1011111 | 110010 |
Color Harmonies of #AD07F9
Complementary color
Monochromatic Colors of #AD07F9
Black with #AD07F9
Text Example
Text Example
White with #AD07F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD07F9; }
p { color: rgb(173,7,249); }
H1.HeaderClassName
{
color: #AD07F9;
}
.AnyTagClassName
{
color: #AD07F9;
}
</style>
background-color css
<style>
a { background-color: #AD07F9; }
a { background-color: rgb(173,7,249); }
div.DivClassName
{
background-color: #AD07F9;
}
.BgClassName
{
background-color: #AD07F9;
}
</style>
border-color css
<style>
span { border-color: #AD07F9; }
span { border-color: rgb(173,7,249); }
td.TdClassName
{
border-color: #AD07F9;
}
.TagClassName
{
border-color: #AD07F9;
}
</style>