Shades of Electric Purple #C607EC
Tints of Electric Purple #C607EC
RGB
CMYK
RGB Variations
Color information
#C607EC (or 0xC607EC) is known color: Electric Purple. HEX triplet: C6, 07 and EC. RGB value is (198,7,236). Sum of RGB (Red+Green+Blue) = 198+7+236=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C607EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C607EC is #39F813. Grayscale: #595959. Windows color (decimal): -3799060 or 15468486. OLE color: 15468486.
HSL color Cylindrical-coordinate representation of color #C607EC: hue angle of 290.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607EC is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 7 | 236 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.07 |
| HSL | 290.04º | 0.94% | 0.48% | - |
| HSV(B) | 290.04º | 0.97% | 0.93% | - |
| XYZ | 38.51 | 18.21 | 80.84 | - |
| YUV | 90.22 | 210.28 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 236 | 0.16 | 0.97 | 0 | 0.07 | 290.04 | 0.94 | 0.48 |
| Hex | C6 | 7 | EC | 10 | 61 | 0 | 7 | 122 | 5E | 30 |
| Octal | 306 | 7 | 354 | 20 | 141 | 0 | 7 | 442 | 136 | 60 |
| Binary | 11000110 | 111 | 11101100 | 10000 | 1100001 | 0 | 111 | 100100010 | 1011110 | 110000 |
Color Harmonies of #C607EC
Complementary color
Monochromatic Colors of #C607EC
Black with #C607EC
Text Example
Text Example
White with #C607EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607EC; }
p { color: rgb(198,7,236); }
H1.HeaderClassName
{
color: #C607EC;
}
.AnyTagClassName
{
color: #C607EC;
}
</style>
background-color css
<style>
a { background-color: #C607EC; }
a { background-color: rgb(198,7,236); }
div.DivClassName
{
background-color: #C607EC;
}
.BgClassName
{
background-color: #C607EC;
}
</style>
border-color css
<style>
span { border-color: #C607EC; }
span { border-color: rgb(198,7,236); }
td.TdClassName
{
border-color: #C607EC;
}
.TagClassName
{
border-color: #C607EC;
}
</style>