Shades of Electric Purple #C62AED
Tints of Electric Purple #C62AED
RGB
CMYK
RGB Variations
Color information
#C62AED (or 0xC62AED) is known color: Electric Purple. HEX triplet: C6, 2A and ED. RGB value is (198,42,237). Sum of RGB (Red+Green+Blue) = 198+42+237=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #C62AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AED is #39D512. Grayscale: #6E6E6E. Windows color (decimal): -3790099 or 15542982. OLE color: 15542982.
HSL color Cylindrical-coordinate representation of color #C62AED: hue angle of 288º 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 #C62AED is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 42 | 237 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288º | 0.84% | 0.55% | - |
| HSV(B) | 288º | 0.82% | 0.93% | - |
| XYZ | 39.4 | 19.78 | 81.86 | - |
| YUV | 110.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 237 | 0.16 | 0.82 | 0 | 0.07 | 288 | 0.84 | 0.55 |
| Hex | C6 | 2A | ED | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 306 | 52 | 355 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000110 | 101010 | 11101101 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C62AED
Complementary color
Monochromatic Colors of #C62AED
Black with #C62AED
Text Example
Text Example
White with #C62AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AED; }
p { color: rgb(198,42,237); }
H1.HeaderClassName
{
color: #C62AED;
}
.AnyTagClassName
{
color: #C62AED;
}
</style>
background-color css
<style>
a { background-color: #C62AED; }
a { background-color: rgb(198,42,237); }
div.DivClassName
{
background-color: #C62AED;
}
.BgClassName
{
background-color: #C62AED;
}
</style>
border-color css
<style>
span { border-color: #C62AED; }
span { border-color: rgb(198,42,237); }
td.TdClassName
{
border-color: #C62AED;
}
.TagClassName
{
border-color: #C62AED;
}
</style>