Shades of Electric Purple #C709EE
Tints of Electric Purple #C709EE
RGB
CMYK
RGB Variations
Color information
#C709EE (or 0xC709EE) is known color: Electric Purple. HEX triplet: C7, 09 and EE. RGB value is (199,9,238). Sum of RGB (Red+Green+Blue) = 199+9+238=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C709EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709EE is #38F611. Grayscale: #5B5B5B. Windows color (decimal): -3733010 or 15600071. OLE color: 15600071.
HSL color Cylindrical-coordinate representation of color #C709EE: hue angle of 289.78º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709EE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 9 | 238 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.07 |
| HSL | 289.78º | 0.93% | 0.48% | - |
| HSV(B) | 289.78º | 0.96% | 0.93% | - |
| XYZ | 39.08 | 18.51 | 82.4 | - |
| YUV | 91.92 | 210.45 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 238 | 0.16 | 0.96 | 0 | 0.07 | 289.78 | 0.93 | 0.48 |
| Hex | C7 | 9 | EE | 10 | 60 | 0 | 7 | 122 | 5D | 30 |
| Octal | 307 | 11 | 356 | 20 | 140 | 0 | 7 | 442 | 135 | 60 |
| Binary | 11000111 | 1001 | 11101110 | 10000 | 1100000 | 0 | 111 | 100100010 | 1011101 | 110000 |
Color Harmonies of #C709EE
Complementary color
Monochromatic Colors of #C709EE
Black with #C709EE
Text Example
Text Example
White with #C709EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709EE; }
p { color: rgb(199,9,238); }
H1.HeaderClassName
{
color: #C709EE;
}
.AnyTagClassName
{
color: #C709EE;
}
</style>
background-color css
<style>
a { background-color: #C709EE; }
a { background-color: rgb(199,9,238); }
div.DivClassName
{
background-color: #C709EE;
}
.BgClassName
{
background-color: #C709EE;
}
</style>
border-color css
<style>
span { border-color: #C709EE; }
span { border-color: rgb(199,9,238); }
td.TdClassName
{
border-color: #C709EE;
}
.TagClassName
{
border-color: #C709EE;
}
</style>