Shades of Electric Purple #C702EF
Tints of Electric Purple #C702EF
RGB
CMYK
RGB Variations
Color information
#C702EF (or 0xC702EF) is known color: Electric Purple. HEX triplet: C7, 02 and EF. RGB value is (199,2,239). Sum of RGB (Red+Green+Blue) = 199+2+239=440 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.23% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #C702EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C702EF is #38FD10. Grayscale: #575757. Windows color (decimal): -3734801 or 15663815. OLE color: 15663815.
HSL color Cylindrical-coordinate representation of color #C702EF: hue angle of 289.87º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C702EF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 2 | 239 | - |
| CMYK | 0.17 | 0.99 | 0 | 0.06 |
| HSL | 289.87º | 0.98% | 0.47% | - |
| HSV(B) | 289.87º | 0.99% | 0.94% | - |
| XYZ | 39.15 | 18.42 | 83.15 | - |
| YUV | 87.92 | 213.27 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 2 | 239 | 0.17 | 0.99 | 0 | 0.06 | 289.87 | 0.98 | 0.47 |
| Hex | C7 | 2 | EF | 11 | 63 | 0 | 6 | 122 | 62 | 2F |
| Octal | 307 | 2 | 357 | 21 | 143 | 0 | 6 | 442 | 142 | 57 |
| Binary | 11000111 | 10 | 11101111 | 10001 | 1100011 | 0 | 110 | 100100010 | 1100010 | 101111 |
Color Harmonies of #C702EF
Complementary color
Monochromatic Colors of #C702EF
Black with #C702EF
Text Example
Text Example
White with #C702EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C702EF; }
p { color: rgb(199,2,239); }
H1.HeaderClassName
{
color: #C702EF;
}
.AnyTagClassName
{
color: #C702EF;
}
</style>
background-color css
<style>
a { background-color: #C702EF; }
a { background-color: rgb(199,2,239); }
div.DivClassName
{
background-color: #C702EF;
}
.BgClassName
{
background-color: #C702EF;
}
</style>
border-color css
<style>
span { border-color: #C702EF; }
span { border-color: rgb(199,2,239); }
td.TdClassName
{
border-color: #C702EF;
}
.TagClassName
{
border-color: #C702EF;
}
</style>