Shades of Electric Purple #C704EA
Tints of Electric Purple #C704EA
RGB
CMYK
RGB Variations
Color information
#C704EA (or 0xC704EA) is known color: Electric Purple. HEX triplet: C7, 04 and EA. RGB value is (199,4,234). Sum of RGB (Red+Green+Blue) = 199+4+234=437 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.54% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C704EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704EA is #38FB15. Grayscale: #575757. Windows color (decimal): -3734294 or 15336647. OLE color: 15336647.
HSL color Cylindrical-coordinate representation of color #C704EA: hue angle of 290.87º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704EA is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 4 | 234 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.08 |
| HSL | 290.87º | 0.97% | 0.47% | - |
| HSV(B) | 290.87º | 0.98% | 0.92% | - |
| XYZ | 38.45 | 18.17 | 79.32 | - |
| YUV | 88.53 | 210.1 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 234 | 0.15 | 0.98 | 0 | 0.08 | 290.87 | 0.97 | 0.47 |
| Hex | C7 | 4 | EA | F | 62 | 0 | 8 | 123 | 61 | 2F |
| Octal | 307 | 4 | 352 | 17 | 142 | 0 | 10 | 443 | 141 | 57 |
| Binary | 11000111 | 100 | 11101010 | 1111 | 1100010 | 0 | 1000 | 100100011 | 1100001 | 101111 |
Color Harmonies of #C704EA
Complementary color
Monochromatic Colors of #C704EA
Black with #C704EA
Text Example
Text Example
White with #C704EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704EA; }
p { color: rgb(199,4,234); }
H1.HeaderClassName
{
color: #C704EA;
}
.AnyTagClassName
{
color: #C704EA;
}
</style>
background-color css
<style>
a { background-color: #C704EA; }
a { background-color: rgb(199,4,234); }
div.DivClassName
{
background-color: #C704EA;
}
.BgClassName
{
background-color: #C704EA;
}
</style>
border-color css
<style>
span { border-color: #C704EA; }
span { border-color: rgb(199,4,234); }
td.TdClassName
{
border-color: #C704EA;
}
.TagClassName
{
border-color: #C704EA;
}
</style>