Shades of Electric Purple #AB07F7
Tints of Electric Purple #AB07F7
RGB
CMYK
RGB Variations
Color information
#AB07F7 (or 0xAB07F7) is known color: Electric Purple. HEX triplet: AB, 07 and F7. RGB value is (171,7,247). Sum of RGB (Red+Green+Blue) = 171+7+247=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 7 (3.12% from 255 or 1.65% from 425); Blue value is 247 (96.88% from 255 or 58.12% from 425); Max value from RGB is 247 - color contains mainly: blue. Hex color #AB07F7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #AB07F7 is #54F808. Grayscale: #525252. Windows color (decimal): -5568521 or 16189355. OLE color: 16189355.
HSL color Cylindrical-coordinate representation of color #AB07F7: hue angle of 281º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB07F7 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 171 | 7 | 247 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.03 |
| HSL | 281º | 0.94% | 0.5% | - |
| HSV(B) | 281º | 0.97% | 0.97% | - |
| XYZ | 33.66 | 15.53 | 89.22 | - |
| YUV | 83.4 | 220.33 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 7 | 247 | 0.31 | 0.97 | 0 | 0.03 | 281 | 0.94 | 0.5 |
| Hex | AB | 7 | F7 | 1F | 61 | 0 | 3 | 119 | 5E | 32 |
| Octal | 253 | 7 | 367 | 37 | 141 | 0 | 3 | 431 | 136 | 62 |
| Binary | 10101011 | 111 | 11110111 | 11111 | 1100001 | 0 | 11 | 100011001 | 1011110 | 110010 |
Color Harmonies of #AB07F7
Complementary color
Monochromatic Colors of #AB07F7
Black with #AB07F7
Text Example
Text Example
White with #AB07F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB07F7; }
p { color: rgb(171,7,247); }
H1.HeaderClassName
{
color: #AB07F7;
}
.AnyTagClassName
{
color: #AB07F7;
}
</style>
background-color css
<style>
a { background-color: #AB07F7; }
a { background-color: rgb(171,7,247); }
div.DivClassName
{
background-color: #AB07F7;
}
.BgClassName
{
background-color: #AB07F7;
}
</style>
border-color css
<style>
span { border-color: #AB07F7; }
span { border-color: rgb(171,7,247); }
td.TdClassName
{
border-color: #AB07F7;
}
.TagClassName
{
border-color: #AB07F7;
}
</style>