Shades of Electric Purple #C61EE6
Tints of Electric Purple #C61EE6
RGB
CMYK
RGB Variations
Color information
#C61EE6 (or 0xC61EE6) is known color: Electric Purple. HEX triplet: C6, 1E and E6. RGB value is (198,30,230). Sum of RGB (Red+Green+Blue) = 198+30+230=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 30 (12.11% from 255 or 6.55% from 458); Blue value is 230 (90.23% from 255 or 50.22% from 458); Max value from RGB is 230 - color contains mainly: blue. Hex color #C61EE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61EE6 is #39E119. Grayscale: #666666. Windows color (decimal): -3793178 or 15081158. OLE color: 15081158.
HSL color Cylindrical-coordinate representation of color #C61EE6: hue angle of 290.4º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61EE6 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 30 | 230 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.10 |
| HSL | 290.4º | 0.8% | 0.51% | - |
| HSV(B) | 290.4º | 0.87% | 0.9% | - |
| XYZ | 38.04 | 18.65 | 76.46 | - |
| YUV | 103.03 | 199.66 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 30 | 230 | 0.14 | 0.87 | 0 | 0.10 | 290.4 | 0.8 | 0.51 |
| Hex | C6 | 1E | E6 | E | 57 | 0 | A | 122 | 50 | 33 |
| Octal | 306 | 36 | 346 | 16 | 127 | 0 | 12 | 442 | 120 | 63 |
| Binary | 11000110 | 11110 | 11100110 | 1110 | 1010111 | 0 | 1010 | 100100010 | 1010000 | 110011 |
Color Harmonies of #C61EE6
Complementary color
Monochromatic Colors of #C61EE6
Black with #C61EE6
Text Example
Text Example
White with #C61EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61EE6; }
p { color: rgb(198,30,230); }
H1.HeaderClassName
{
color: #C61EE6;
}
.AnyTagClassName
{
color: #C61EE6;
}
</style>
background-color css
<style>
a { background-color: #C61EE6; }
a { background-color: rgb(198,30,230); }
div.DivClassName
{
background-color: #C61EE6;
}
.BgClassName
{
background-color: #C61EE6;
}
</style>
border-color css
<style>
span { border-color: #C61EE6; }
span { border-color: rgb(198,30,230); }
td.TdClassName
{
border-color: #C61EE6;
}
.TagClassName
{
border-color: #C61EE6;
}
</style>