Shades of Electric Purple #C71EF0
Tints of Electric Purple #C71EF0
RGB
CMYK
RGB Variations
Color information
#C71EF0 (or 0xC71EF0) is known color: Electric Purple. HEX triplet: C7, 1E and F0. RGB value is (199,30,240). Sum of RGB (Red+Green+Blue) = 199+30+240=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 30 (12.11% from 255 or 6.40% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #C71EF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EF0 is #38E10F. Grayscale: #676767. Windows color (decimal): -3727632 or 15736519. OLE color: 15736519.
HSL color Cylindrical-coordinate representation of color #C71EF0: hue angle of 288.29º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C71EF0 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 30 | 240 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.06 |
| HSL | 288.29º | 0.88% | 0.53% | - |
| HSV(B) | 288.29º | 0.88% | 0.94% | - |
| XYZ | 39.75 | 19.36 | 84.08 | - |
| YUV | 104.47 | 204.49 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 240 | 0.17 | 0.87 | 0 | 0.06 | 288.29 | 0.88 | 0.53 |
| Hex | C7 | 1E | F0 | 11 | 57 | 0 | 6 | 120 | 58 | 35 |
| Octal | 307 | 36 | 360 | 21 | 127 | 0 | 6 | 440 | 130 | 65 |
| Binary | 11000111 | 11110 | 11110000 | 10001 | 1010111 | 0 | 110 | 100100000 | 1011000 | 110101 |
Color Harmonies of #C71EF0
Complementary color
Monochromatic Colors of #C71EF0
Black with #C71EF0
Text Example
Text Example
White with #C71EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EF0; }
p { color: rgb(199,30,240); }
H1.HeaderClassName
{
color: #C71EF0;
}
.AnyTagClassName
{
color: #C71EF0;
}
</style>
background-color css
<style>
a { background-color: #C71EF0; }
a { background-color: rgb(199,30,240); }
div.DivClassName
{
background-color: #C71EF0;
}
.BgClassName
{
background-color: #C71EF0;
}
</style>
border-color css
<style>
span { border-color: #C71EF0; }
span { border-color: rgb(199,30,240); }
td.TdClassName
{
border-color: #C71EF0;
}
.TagClassName
{
border-color: #C71EF0;
}
</style>