Shades of Electric Purple #A71BFB
Tints of Electric Purple #A71BFB
RGB
CMYK
RGB Variations
Color information
#A71BFB (or 0xA71BFB) is known color: Electric Purple. HEX triplet: A7, 1B and FB. RGB value is (167,27,251). Sum of RGB (Red+Green+Blue) = 167+27+251=445 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.53% from 445); Green value is 27 (10.94% from 255 or 6.07% from 445); Blue value is 251 (98.44% from 255 or 56.40% from 445); Max value from RGB is 251 - color contains mainly: blue. Hex color #A71BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A71BFB is #58E404. Grayscale: #5D5D5D. Windows color (decimal): -5825541 or 16456615. OLE color: 16456615.
HSL color Cylindrical-coordinate representation of color #A71BFB: hue angle of 277.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A71BFB is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 27 | 251 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.02 |
| HSL | 277.5º | 0.97% | 0.55% | - |
| HSV(B) | 277.5º | 0.89% | 0.98% | - |
| XYZ | 33.74 | 15.96 | 92.57 | - |
| YUV | 94.4 | 216.38 | 179.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 27 | 251 | 0.33 | 0.89 | 0 | 0.02 | 277.5 | 0.97 | 0.55 |
| Hex | A7 | 1B | FB | 21 | 59 | 0 | 2 | 116 | 61 | 37 |
| Octal | 247 | 33 | 373 | 41 | 131 | 0 | 2 | 426 | 141 | 67 |
| Binary | 10100111 | 11011 | 11111011 | 100001 | 1011001 | 0 | 10 | 100010110 | 1100001 | 110111 |
Color Harmonies of #A71BFB
Complementary color
Monochromatic Colors of #A71BFB
Black with #A71BFB
Text Example
Text Example
White with #A71BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71BFB; }
p { color: rgb(167,27,251); }
H1.HeaderClassName
{
color: #A71BFB;
}
.AnyTagClassName
{
color: #A71BFB;
}
</style>
background-color css
<style>
a { background-color: #A71BFB; }
a { background-color: rgb(167,27,251); }
div.DivClassName
{
background-color: #A71BFB;
}
.BgClassName
{
background-color: #A71BFB;
}
</style>
border-color css
<style>
span { border-color: #A71BFB; }
span { border-color: rgb(167,27,251); }
td.TdClassName
{
border-color: #A71BFB;
}
.TagClassName
{
border-color: #A71BFB;
}
</style>