Shades of Electric Purple #C704FF
Tints of Electric Purple #C704FF
RGB
CMYK
RGB Variations
Color information
#C704FF (or 0xC704FF) is known color: Electric Purple. HEX triplet: C7, 04 and FF. RGB value is (199,4,255). Sum of RGB (Red+Green+Blue) = 199+4+255=458 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.45% from 458); Green value is 4 (1.95% from 255 or 0.87% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C704FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C704FF is #38FB00. Grayscale: #5A5A5A. Windows color (decimal): -3734273 or 16712903. OLE color: 16712903.
HSL color Cylindrical-coordinate representation of color #C704FF: hue angle of 286.61º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C704FF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 4 | 255 | - |
| CMYK | 0.22 | 0.98 | 0 | 0 |
| HSL | 286.61º | 1% | 0.51% | - |
| HSV(B) | 286.61º | 0.98% | 1% | - |
| XYZ | 41.65 | 19.45 | 96.17 | - |
| YUV | 90.92 | 220.6 | 205.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 4 | 255 | 0.22 | 0.98 | 0 | 0 | 286.61 | 1 | 0.51 |
| Hex | C7 | 4 | FF | 16 | 62 | 0 | 0 | 11F | 64 | 33 |
| Octal | 307 | 4 | 377 | 26 | 142 | 0 | 0 | 437 | 144 | 63 |
| Binary | 11000111 | 100 | 11111111 | 10110 | 1100010 | 0 | 0 | 100011111 | 1100100 | 110011 |
Color Harmonies of #C704FF
Complementary color
Monochromatic Colors of #C704FF
Black with #C704FF
Text Example
Text Example
White with #C704FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C704FF; }
p { color: rgb(199,4,255); }
H1.HeaderClassName
{
color: #C704FF;
}
.AnyTagClassName
{
color: #C704FF;
}
</style>
background-color css
<style>
a { background-color: #C704FF; }
a { background-color: rgb(199,4,255); }
div.DivClassName
{
background-color: #C704FF;
}
.BgClassName
{
background-color: #C704FF;
}
</style>
border-color css
<style>
span { border-color: #C704FF; }
span { border-color: rgb(199,4,255); }
td.TdClassName
{
border-color: #C704FF;
}
.TagClassName
{
border-color: #C704FF;
}
</style>