Shades of Electric Purple #C71AF7
Tints of Electric Purple #C71AF7
RGB
CMYK
RGB Variations
Color information
#C71AF7 (or 0xC71AF7) is known color: Electric Purple. HEX triplet: C7, 1A and F7. RGB value is (199,26,247). Sum of RGB (Red+Green+Blue) = 199+26+247=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #C71AF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71AF7 is #38E508. Grayscale: #666666. Windows color (decimal): -3728649 or 16194247. OLE color: 16194247.
HSL color Cylindrical-coordinate representation of color #C71AF7: hue angle of 286.97º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C71AF7 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 26 | 247 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.03 |
| HSL | 286.97º | 0.93% | 0.54% | - |
| HSV(B) | 286.97º | 0.89% | 0.97% | - |
| XYZ | 40.71 | 19.6 | 89.63 | - |
| YUV | 102.92 | 209.31 | 196.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 26 | 247 | 0.19 | 0.89 | 0 | 0.03 | 286.97 | 0.93 | 0.54 |
| Hex | C7 | 1A | F7 | 13 | 59 | 0 | 3 | 11F | 5D | 36 |
| Octal | 307 | 32 | 367 | 23 | 131 | 0 | 3 | 437 | 135 | 66 |
| Binary | 11000111 | 11010 | 11110111 | 10011 | 1011001 | 0 | 11 | 100011111 | 1011101 | 110110 |
Color Harmonies of #C71AF7
Complementary color
Monochromatic Colors of #C71AF7
Black with #C71AF7
Text Example
Text Example
White with #C71AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71AF7; }
p { color: rgb(199,26,247); }
H1.HeaderClassName
{
color: #C71AF7;
}
.AnyTagClassName
{
color: #C71AF7;
}
</style>
background-color css
<style>
a { background-color: #C71AF7; }
a { background-color: rgb(199,26,247); }
div.DivClassName
{
background-color: #C71AF7;
}
.BgClassName
{
background-color: #C71AF7;
}
</style>
border-color css
<style>
span { border-color: #C71AF7; }
span { border-color: rgb(199,26,247); }
td.TdClassName
{
border-color: #C71AF7;
}
.TagClassName
{
border-color: #C71AF7;
}
</style>