Shades of Electric Purple #C62AEE
Tints of Electric Purple #C62AEE
RGB
CMYK
RGB Variations
Color information
#C62AEE (or 0xC62AEE) is known color: Electric Purple. HEX triplet: C6, 2A and EE. RGB value is (198,42,238). Sum of RGB (Red+Green+Blue) = 198+42+238=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #C62AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AEE is #39D511. Grayscale: #6E6E6E. Windows color (decimal): -3790098 or 15608518. OLE color: 15608518.
HSL color Cylindrical-coordinate representation of color #C62AEE: hue angle of 287.76º degrees, saturation: 0.85, 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 #C62AEE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 42 | 238 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.07 |
| HSL | 287.76º | 0.85% | 0.55% | - |
| HSV(B) | 287.76º | 0.82% | 0.93% | - |
| XYZ | 39.55 | 19.83 | 82.63 | - |
| YUV | 110.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 238 | 0.17 | 0.82 | 0 | 0.07 | 287.76 | 0.85 | 0.55 |
| Hex | C6 | 2A | EE | 11 | 52 | 0 | 7 | 120 | 55 | 37 |
| Octal | 306 | 52 | 356 | 21 | 122 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11000110 | 101010 | 11101110 | 10001 | 1010010 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C62AEE
Complementary color
Monochromatic Colors of #C62AEE
Black with #C62AEE
Text Example
Text Example
White with #C62AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AEE; }
p { color: rgb(198,42,238); }
H1.HeaderClassName
{
color: #C62AEE;
}
.AnyTagClassName
{
color: #C62AEE;
}
</style>
background-color css
<style>
a { background-color: #C62AEE; }
a { background-color: rgb(198,42,238); }
div.DivClassName
{
background-color: #C62AEE;
}
.BgClassName
{
background-color: #C62AEE;
}
</style>
border-color css
<style>
span { border-color: #C62AEE; }
span { border-color: rgb(198,42,238); }
td.TdClassName
{
border-color: #C62AEE;
}
.TagClassName
{
border-color: #C62AEE;
}
</style>