Shades of Electric Purple #AF07E7
Tints of Electric Purple #AF07E7
RGB
CMYK
RGB Variations
Color information
#AF07E7 (or 0xAF07E7) is known color: Electric Purple. HEX triplet: AF, 07 and E7. RGB value is (175,7,231). Sum of RGB (Red+Green+Blue) = 175+7+231=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 231 (90.62% from 255 or 55.93% from 413); Max value from RGB is 231 - color contains mainly: blue. Hex color #AF07E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AF07E7 is #50F818. Grayscale: #525252. Windows color (decimal): -5306393 or 15140783. OLE color: 15140783.
HSL color Cylindrical-coordinate representation of color #AF07E7: hue angle of 285º 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 #AF07E7 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 7 | 231 | - |
| CMYK | 0.24 | 0.97 | 0 | 0.09 |
| HSL | 285º | 0.94% | 0.47% | - |
| HSV(B) | 285º | 0.97% | 0.91% | - |
| XYZ | 32.18 | 15.04 | 76.81 | - |
| YUV | 82.77 | 211.66 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 231 | 0.24 | 0.97 | 0 | 0.09 | 285 | 0.94 | 0.47 |
| Hex | AF | 7 | E7 | 18 | 61 | 0 | 9 | 11D | 5E | 2F |
| Octal | 257 | 7 | 347 | 30 | 141 | 0 | 11 | 435 | 136 | 57 |
| Binary | 10101111 | 111 | 11100111 | 11000 | 1100001 | 0 | 1001 | 100011101 | 1011110 | 101111 |
Color Harmonies of #AF07E7
Complementary color
Monochromatic Colors of #AF07E7
Black with #AF07E7
Text Example
Text Example
White with #AF07E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07E7; }
p { color: rgb(175,7,231); }
H1.HeaderClassName
{
color: #AF07E7;
}
.AnyTagClassName
{
color: #AF07E7;
}
</style>
background-color css
<style>
a { background-color: #AF07E7; }
a { background-color: rgb(175,7,231); }
div.DivClassName
{
background-color: #AF07E7;
}
.BgClassName
{
background-color: #AF07E7;
}
</style>
border-color css
<style>
span { border-color: #AF07E7; }
span { border-color: rgb(175,7,231); }
td.TdClassName
{
border-color: #AF07E7;
}
.TagClassName
{
border-color: #AF07E7;
}
</style>