Shades of Electric Purple #C702E7
Tints of Electric Purple #C702E7
RGB
CMYK
RGB Variations
Color information
#C702E7 (or 0xC702E7) is known color: Electric Purple. HEX triplet: C7, 02 and E7. RGB value is (199,2,231). Sum of RGB (Red+Green+Blue) = 199+2+231=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #C702E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702E7 is #38FD18. Grayscale: #565656. Windows color (decimal): -3734809 or 15139527. OLE color: 15139527.
HSL color Cylindrical-coordinate representation of color #C702E7: hue angle of 291.62º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702E7 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 2 | 231 | - |
| CMYK | 0.14 | 0.99 | 0 | 0.09 |
| HSL | 291.62º | 0.98% | 0.46% | - |
| HSV(B) | 291.62º | 0.99% | 0.91% | - |
| XYZ | 38 | 17.96 | 77.06 | - |
| YUV | 87.01 | 209.27 | 207.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 231 | 0.14 | 0.99 | 0 | 0.09 | 291.62 | 0.98 | 0.46 |
| Hex | C7 | 2 | E7 | E | 63 | 0 | 9 | 124 | 62 | 2E |
| Octal | 307 | 2 | 347 | 16 | 143 | 0 | 11 | 444 | 142 | 56 |
| Binary | 11000111 | 10 | 11100111 | 1110 | 1100011 | 0 | 1001 | 100100100 | 1100010 | 101110 |
Color Harmonies of #C702E7
Complementary color
Monochromatic Colors of #C702E7
Black with #C702E7
Text Example
Text Example
White with #C702E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702E7; }
p { color: rgb(199,2,231); }
H1.HeaderClassName
{
color: #C702E7;
}
.AnyTagClassName
{
color: #C702E7;
}
</style>
background-color css
<style>
a { background-color: #C702E7; }
a { background-color: rgb(199,2,231); }
div.DivClassName
{
background-color: #C702E7;
}
.BgClassName
{
background-color: #C702E7;
}
</style>
border-color css
<style>
span { border-color: #C702E7; }
span { border-color: rgb(199,2,231); }
td.TdClassName
{
border-color: #C702E7;
}
.TagClassName
{
border-color: #C702E7;
}
</style>