Shades of Electric Purple #C62AEC
Tints of Electric Purple #C62AEC
RGB
CMYK
RGB Variations
Color information
#C62AEC (or 0xC62AEC) is known color: Electric Purple. HEX triplet: C6, 2A and EC. RGB value is (198,42,236). Sum of RGB (Red+Green+Blue) = 198+42+236=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 42 (16.80% from 255 or 8.82% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #C62AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AEC is #39D513. Grayscale: #6E6E6E. Windows color (decimal): -3790100 or 15477446. OLE color: 15477446.
HSL color Cylindrical-coordinate representation of color #C62AEC: hue angle of 288.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62AEC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 42 | 236 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288.25º | 0.84% | 0.55% | - |
| HSV(B) | 288.25º | 0.82% | 0.93% | - |
| XYZ | 39.26 | 19.72 | 81.09 | - |
| YUV | 110.76 | 198.68 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 236 | 0.16 | 0.82 | 0 | 0.07 | 288.25 | 0.84 | 0.55 |
| Hex | C6 | 2A | EC | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 306 | 52 | 354 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000110 | 101010 | 11101100 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C62AEC
Complementary color
Monochromatic Colors of #C62AEC
Black with #C62AEC
Text Example
Text Example
White with #C62AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AEC; }
p { color: rgb(198,42,236); }
H1.HeaderClassName
{
color: #C62AEC;
}
.AnyTagClassName
{
color: #C62AEC;
}
</style>
background-color css
<style>
a { background-color: #C62AEC; }
a { background-color: rgb(198,42,236); }
div.DivClassName
{
background-color: #C62AEC;
}
.BgClassName
{
background-color: #C62AEC;
}
</style>
border-color css
<style>
span { border-color: #C62AEC; }
span { border-color: rgb(198,42,236); }
td.TdClassName
{
border-color: #C62AEC;
}
.TagClassName
{
border-color: #C62AEC;
}
</style>