Shades of Electric Purple #C709FF
Tints of Electric Purple #C709FF
RGB
CMYK
RGB Variations
Color information
#C709FF (or 0xC709FF) is known color: Electric Purple. HEX triplet: C7, 09 and FF. RGB value is (199,9,255). Sum of RGB (Red+Green+Blue) = 199+9+255=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 9 (3.91% from 255 or 1.94% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #C709FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C709FF is #38F600. Grayscale: #5D5D5D. Windows color (decimal): -3732993 or 16714183. OLE color: 16714183.
HSL color Cylindrical-coordinate representation of color #C709FF: hue angle of 286.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C709FF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 9 | 255 | - |
| CMYK | 0.22 | 0.96 | 0 | 0 |
| HSL | 286.34º | 1% | 0.52% | - |
| HSV(B) | 286.34º | 0.96% | 1% | - |
| XYZ | 41.7 | 19.56 | 96.18 | - |
| YUV | 93.85 | 218.95 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 9 | 255 | 0.22 | 0.96 | 0 | 0 | 286.34 | 1 | 0.52 |
| Hex | C7 | 9 | FF | 16 | 60 | 0 | 0 | 11E | 64 | 34 |
| Octal | 307 | 11 | 377 | 26 | 140 | 0 | 0 | 436 | 144 | 64 |
| Binary | 11000111 | 1001 | 11111111 | 10110 | 1100000 | 0 | 0 | 100011110 | 1100100 | 110100 |
Color Harmonies of #C709FF
Complementary color
Monochromatic Colors of #C709FF
Black with #C709FF
Text Example
Text Example
White with #C709FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C709FF; }
p { color: rgb(199,9,255); }
H1.HeaderClassName
{
color: #C709FF;
}
.AnyTagClassName
{
color: #C709FF;
}
</style>
background-color css
<style>
a { background-color: #C709FF; }
a { background-color: rgb(199,9,255); }
div.DivClassName
{
background-color: #C709FF;
}
.BgClassName
{
background-color: #C709FF;
}
</style>
border-color css
<style>
span { border-color: #C709FF; }
span { border-color: rgb(199,9,255); }
td.TdClassName
{
border-color: #C709FF;
}
.TagClassName
{
border-color: #C709FF;
}
</style>