Shades of Electric Purple #C60EE9
Tints of Electric Purple #C60EE9
RGB
CMYK
RGB Variations
Color information
#C60EE9 (or 0xC60EE9) is known color: Electric Purple. HEX triplet: C6, 0E and E9. RGB value is (198,14,233). Sum of RGB (Red+Green+Blue) = 198+14+233=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 233 (91.41% from 255 or 52.36% from 445); Max value from RGB is 233 - color contains mainly: blue. Hex color #C60EE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60EE9 is #39F116. Grayscale: #5D5D5D. Windows color (decimal): -3797271 or 15273670. OLE color: 15273670.
HSL color Cylindrical-coordinate representation of color #C60EE9: hue angle of 290.41º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60EE9 is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 14 | 233 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.09 |
| HSL | 290.41º | 0.89% | 0.48% | - |
| HSV(B) | 290.41º | 0.94% | 0.91% | - |
| XYZ | 38.15 | 18.2 | 78.59 | - |
| YUV | 93.98 | 206.46 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 14 | 233 | 0.15 | 0.94 | 0 | 0.09 | 290.41 | 0.89 | 0.48 |
| Hex | C6 | E | E9 | F | 5E | 0 | 9 | 122 | 59 | 30 |
| Octal | 306 | 16 | 351 | 17 | 136 | 0 | 11 | 442 | 131 | 60 |
| Binary | 11000110 | 1110 | 11101001 | 1111 | 1011110 | 0 | 1001 | 100100010 | 1011001 | 110000 |
Color Harmonies of #C60EE9
Complementary color
Monochromatic Colors of #C60EE9
Black with #C60EE9
Text Example
Text Example
White with #C60EE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60EE9; }
p { color: rgb(198,14,233); }
H1.HeaderClassName
{
color: #C60EE9;
}
.AnyTagClassName
{
color: #C60EE9;
}
</style>
background-color css
<style>
a { background-color: #C60EE9; }
a { background-color: rgb(198,14,233); }
div.DivClassName
{
background-color: #C60EE9;
}
.BgClassName
{
background-color: #C60EE9;
}
</style>
border-color css
<style>
span { border-color: #C60EE9; }
span { border-color: rgb(198,14,233); }
td.TdClassName
{
border-color: #C60EE9;
}
.TagClassName
{
border-color: #C60EE9;
}
</style>