Shades of Electric Purple #C60AEF
Tints of Electric Purple #C60AEF
RGB
CMYK
RGB Variations
Color information
#C60AEF (or 0xC60AEF) is known color: Electric Purple. HEX triplet: C6, 0A and EF. RGB value is (198,10,239). Sum of RGB (Red+Green+Blue) = 198+10+239=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C60AEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AEF is #39F510. Grayscale: #5B5B5B. Windows color (decimal): -3798289 or 15665862. OLE color: 15665862.
HSL color Cylindrical-coordinate representation of color #C60AEF: hue angle of 289.26º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AEF is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 10 | 239 | - |
| CMYK | 0.17 | 0.96 | 0 | 0.06 |
| HSL | 289.26º | 0.92% | 0.49% | - |
| HSV(B) | 289.26º | 0.96% | 0.94% | - |
| XYZ | 38.98 | 18.45 | 83.17 | - |
| YUV | 92.32 | 210.78 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 239 | 0.17 | 0.96 | 0 | 0.06 | 289.26 | 0.92 | 0.49 |
| Hex | C6 | A | EF | 11 | 60 | 0 | 6 | 121 | 5C | 31 |
| Octal | 306 | 12 | 357 | 21 | 140 | 0 | 6 | 441 | 134 | 61 |
| Binary | 11000110 | 1010 | 11101111 | 10001 | 1100000 | 0 | 110 | 100100001 | 1011100 | 110001 |
Color Harmonies of #C60AEF
Complementary color
Monochromatic Colors of #C60AEF
Black with #C60AEF
Text Example
Text Example
White with #C60AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AEF; }
p { color: rgb(198,10,239); }
H1.HeaderClassName
{
color: #C60AEF;
}
.AnyTagClassName
{
color: #C60AEF;
}
</style>
background-color css
<style>
a { background-color: #C60AEF; }
a { background-color: rgb(198,10,239); }
div.DivClassName
{
background-color: #C60AEF;
}
.BgClassName
{
background-color: #C60AEF;
}
</style>
border-color css
<style>
span { border-color: #C60AEF; }
span { border-color: rgb(198,10,239); }
td.TdClassName
{
border-color: #C60AEF;
}
.TagClassName
{
border-color: #C60AEF;
}
</style>