Shades of Electric Purple #C60FEA
Tints of Electric Purple #C60FEA
RGB
CMYK
RGB Variations
Color information
#C60FEA (or 0xC60FEA) is known color: Electric Purple. HEX triplet: C6, 0F and EA. RGB value is (198,15,234). Sum of RGB (Red+Green+Blue) = 198+15+234=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #C60FEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60FEA is #39F015. Grayscale: #5D5D5D. Windows color (decimal): -3797014 or 15339462. OLE color: 15339462.
HSL color Cylindrical-coordinate representation of color #C60FEA: hue angle of 290.14º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C60FEA is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 15 | 234 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.08 |
| HSL | 290.14º | 0.88% | 0.49% | - |
| HSV(B) | 290.14º | 0.94% | 0.92% | - |
| XYZ | 38.31 | 18.29 | 79.35 | - |
| YUV | 94.68 | 206.63 | 201.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 15 | 234 | 0.15 | 0.94 | 0 | 0.08 | 290.14 | 0.88 | 0.49 |
| Hex | C6 | F | EA | F | 5E | 0 | 8 | 122 | 58 | 31 |
| Octal | 306 | 17 | 352 | 17 | 136 | 0 | 10 | 442 | 130 | 61 |
| Binary | 11000110 | 1111 | 11101010 | 1111 | 1011110 | 0 | 1000 | 100100010 | 1011000 | 110001 |
Color Harmonies of #C60FEA
Complementary color
Monochromatic Colors of #C60FEA
Black with #C60FEA
Text Example
Text Example
White with #C60FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60FEA; }
p { color: rgb(198,15,234); }
H1.HeaderClassName
{
color: #C60FEA;
}
.AnyTagClassName
{
color: #C60FEA;
}
</style>
background-color css
<style>
a { background-color: #C60FEA; }
a { background-color: rgb(198,15,234); }
div.DivClassName
{
background-color: #C60FEA;
}
.BgClassName
{
background-color: #C60FEA;
}
</style>
border-color css
<style>
span { border-color: #C60FEA; }
span { border-color: rgb(198,15,234); }
td.TdClassName
{
border-color: #C60FEA;
}
.TagClassName
{
border-color: #C60FEA;
}
</style>