Shades of Electric Purple #C709EF
Tints of Electric Purple #C709EF
RGB
CMYK
RGB Variations
Color information
#C709EF (or 0xC709EF) is known color: Electric Purple. HEX triplet: C7, 09 and EF. RGB value is (199,9,239). Sum of RGB (Red+Green+Blue) = 199+9+239=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C709EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709EF is #38F610. Grayscale: #5B5B5B. Windows color (decimal): -3733009 or 15665607. OLE color: 15665607.
HSL color Cylindrical-coordinate representation of color #C709EF: hue angle of 289.57º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709EF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 9 | 239 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.06 |
| HSL | 289.57º | 0.93% | 0.49% | - |
| HSV(B) | 289.57º | 0.96% | 0.94% | - |
| XYZ | 39.23 | 18.57 | 83.18 | - |
| YUV | 92.03 | 210.95 | 204.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 239 | 0.17 | 0.96 | 0 | 0.06 | 289.57 | 0.93 | 0.49 |
| Hex | C7 | 9 | EF | 11 | 60 | 0 | 6 | 122 | 5D | 31 |
| Octal | 307 | 11 | 357 | 21 | 140 | 0 | 6 | 442 | 135 | 61 |
| Binary | 11000111 | 1001 | 11101111 | 10001 | 1100000 | 0 | 110 | 100100010 | 1011101 | 110001 |
Color Harmonies of #C709EF
Complementary color
Monochromatic Colors of #C709EF
Black with #C709EF
Text Example
Text Example
White with #C709EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709EF; }
p { color: rgb(199,9,239); }
H1.HeaderClassName
{
color: #C709EF;
}
.AnyTagClassName
{
color: #C709EF;
}
</style>
background-color css
<style>
a { background-color: #C709EF; }
a { background-color: rgb(199,9,239); }
div.DivClassName
{
background-color: #C709EF;
}
.BgClassName
{
background-color: #C709EF;
}
</style>
border-color css
<style>
span { border-color: #C709EF; }
span { border-color: rgb(199,9,239); }
td.TdClassName
{
border-color: #C709EF;
}
.TagClassName
{
border-color: #C709EF;
}
</style>