Shades of Electric Purple #A71FFF
Tints of Electric Purple #A71FFF
RGB
CMYK
RGB Variations
Color information
#A71FFF (or 0xA71FFF) is known color: Electric Purple. HEX triplet: A7, 1F and FF. RGB value is (167,31,255). Sum of RGB (Red+Green+Blue) = 167+31+255=453 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.87% from 453); Green value is 31 (12.5% from 255 or 6.84% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #A71FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71FFF is #58E000. Grayscale: #606060. Windows color (decimal): -5824513 or 16719783. OLE color: 16719783.
HSL color Cylindrical-coordinate representation of color #A71FFF: hue angle of 276.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A71FFF is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 31 | 255 | - |
| CMYK | 0.35 | 0.88 | 0 | 0 |
| HSL | 276.43º | 1% | 0.56% | - |
| HSV(B) | 276.43º | 0.88% | 1% | - |
| XYZ | 34.48 | 16.42 | 95.96 | - |
| YUV | 97.2 | 217.06 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 255 | 0.35 | 0.88 | 0 | 0 | 276.43 | 1 | 0.56 |
| Hex | A7 | 1F | FF | 23 | 58 | 0 | 0 | 114 | 64 | 38 |
| Octal | 247 | 37 | 377 | 43 | 130 | 0 | 0 | 424 | 144 | 70 |
| Binary | 10100111 | 11111 | 11111111 | 100011 | 1011000 | 0 | 0 | 100010100 | 1100100 | 111000 |
Color Harmonies of #A71FFF
Complementary color
Monochromatic Colors of #A71FFF
Black with #A71FFF
Text Example
Text Example
White with #A71FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FFF; }
p { color: rgb(167,31,255); }
H1.HeaderClassName
{
color: #A71FFF;
}
.AnyTagClassName
{
color: #A71FFF;
}
</style>
background-color css
<style>
a { background-color: #A71FFF; }
a { background-color: rgb(167,31,255); }
div.DivClassName
{
background-color: #A71FFF;
}
.BgClassName
{
background-color: #A71FFF;
}
</style>
border-color css
<style>
span { border-color: #A71FFF; }
span { border-color: rgb(167,31,255); }
td.TdClassName
{
border-color: #A71FFF;
}
.TagClassName
{
border-color: #A71FFF;
}
</style>