Shades of Electric Purple #C60AEE
Tints of Electric Purple #C60AEE
RGB
CMYK
RGB Variations
Color information
#C60AEE (or 0xC60AEE) is known color: Electric Purple. HEX triplet: C6, 0A and EE. RGB value is (198,10,238). Sum of RGB (Red+Green+Blue) = 198+10+238=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 10 (4.30% from 255 or 2.24% 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 #C60AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AEE is #39F511. Grayscale: #5B5B5B. Windows color (decimal): -3798290 or 15600326. OLE color: 15600326.
HSL color Cylindrical-coordinate representation of color #C60AEE: hue angle of 289.47º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AEE is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 10 | 238 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.07 |
| HSL | 289.47º | 0.92% | 0.49% | - |
| HSV(B) | 289.47º | 0.96% | 0.93% | - |
| XYZ | 38.83 | 18.4 | 82.39 | - |
| YUV | 92.2 | 210.28 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 238 | 0.17 | 0.96 | 0 | 0.07 | 289.47 | 0.92 | 0.49 |
| Hex | C6 | A | EE | 11 | 60 | 0 | 7 | 121 | 5C | 31 |
| Octal | 306 | 12 | 356 | 21 | 140 | 0 | 7 | 441 | 134 | 61 |
| Binary | 11000110 | 1010 | 11101110 | 10001 | 1100000 | 0 | 111 | 100100001 | 1011100 | 110001 |
Color Harmonies of #C60AEE
Complementary color
Monochromatic Colors of #C60AEE
Black with #C60AEE
Text Example
Text Example
White with #C60AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AEE; }
p { color: rgb(198,10,238); }
H1.HeaderClassName
{
color: #C60AEE;
}
.AnyTagClassName
{
color: #C60AEE;
}
</style>
background-color css
<style>
a { background-color: #C60AEE; }
a { background-color: rgb(198,10,238); }
div.DivClassName
{
background-color: #C60AEE;
}
.BgClassName
{
background-color: #C60AEE;
}
</style>
border-color css
<style>
span { border-color: #C60AEE; }
span { border-color: rgb(198,10,238); }
td.TdClassName
{
border-color: #C60AEE;
}
.TagClassName
{
border-color: #C60AEE;
}
</style>