Shades of Electric Purple #C702F6
Tints of Electric Purple #C702F6
RGB
CMYK
RGB Variations
Color information
#C702F6 (or 0xC702F6) is known color: Electric Purple. HEX triplet: C7, 02 and F6. RGB value is (199,2,246). Sum of RGB (Red+Green+Blue) = 199+2+246=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 246 (96.48% from 255 or 55.03% from 447); Max value from RGB is 246 - color contains mainly: blue. Hex color #C702F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702F6 is #38FD09. Grayscale: #575757. Windows color (decimal): -3734794 or 16122567. OLE color: 16122567.
HSL color Cylindrical-coordinate representation of color #C702F6: hue angle of 288.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702F6 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 2 | 246 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.04 |
| HSL | 288.44º | 0.98% | 0.49% | - |
| HSV(B) | 288.44º | 0.99% | 0.96% | - |
| XYZ | 40.21 | 18.84 | 88.71 | - |
| YUV | 88.72 | 216.77 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 246 | 0.19 | 0.99 | 0 | 0.04 | 288.44 | 0.98 | 0.49 |
| Hex | C7 | 2 | F6 | 13 | 63 | 0 | 4 | 120 | 62 | 31 |
| Octal | 307 | 2 | 366 | 23 | 143 | 0 | 4 | 440 | 142 | 61 |
| Binary | 11000111 | 10 | 11110110 | 10011 | 1100011 | 0 | 100 | 100100000 | 1100010 | 110001 |
Color Harmonies of #C702F6
Complementary color
Monochromatic Colors of #C702F6
Black with #C702F6
Text Example
Text Example
White with #C702F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702F6; }
p { color: rgb(199,2,246); }
H1.HeaderClassName
{
color: #C702F6;
}
.AnyTagClassName
{
color: #C702F6;
}
</style>
background-color css
<style>
a { background-color: #C702F6; }
a { background-color: rgb(199,2,246); }
div.DivClassName
{
background-color: #C702F6;
}
.BgClassName
{
background-color: #C702F6;
}
</style>
border-color css
<style>
span { border-color: #C702F6; }
span { border-color: rgb(199,2,246); }
td.TdClassName
{
border-color: #C702F6;
}
.TagClassName
{
border-color: #C702F6;
}
</style>