Shades of Electric Purple #C62AFE
Tints of Electric Purple #C62AFE
RGB
CMYK
RGB Variations
Color information
#C62AFE (or 0xC62AFE) is known color: Electric Purple. HEX triplet: C6, 2A and FE. RGB value is (198,42,254). Sum of RGB (Red+Green+Blue) = 198+42+254=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 42 (16.80% from 255 or 8.50% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C62AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AFE is #39D501. Grayscale: #707070. Windows color (decimal): -3790082 or 16657094. OLE color: 16657094.
HSL color Cylindrical-coordinate representation of color #C62AFE: hue angle of 284.15º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62AFE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 42 | 254 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.00 |
| HSL | 284.15º | 0.99% | 0.58% | - |
| HSV(B) | 284.15º | 0.83% | 1% | - |
| XYZ | 42.01 | 20.82 | 95.57 | - |
| YUV | 112.81 | 207.68 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 254 | 0.22 | 0.83 | 0 | 0.00 | 284.15 | 0.99 | 0.58 |
| Hex | C6 | 2A | FE | 16 | 53 | 0 | 0 | 11C | 63 | 3A |
| Octal | 306 | 52 | 376 | 26 | 123 | 0 | 0 | 434 | 143 | 72 |
| Binary | 11000110 | 101010 | 11111110 | 10110 | 1010011 | 0 | 0 | 100011100 | 1100011 | 111010 |
Color Harmonies of #C62AFE
Complementary color
Monochromatic Colors of #C62AFE
Black with #C62AFE
Text Example
Text Example
White with #C62AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AFE; }
p { color: rgb(198,42,254); }
H1.HeaderClassName
{
color: #C62AFE;
}
.AnyTagClassName
{
color: #C62AFE;
}
</style>
background-color css
<style>
a { background-color: #C62AFE; }
a { background-color: rgb(198,42,254); }
div.DivClassName
{
background-color: #C62AFE;
}
.BgClassName
{
background-color: #C62AFE;
}
</style>
border-color css
<style>
span { border-color: #C62AFE; }
span { border-color: rgb(198,42,254); }
td.TdClassName
{
border-color: #C62AFE;
}
.TagClassName
{
border-color: #C62AFE;
}
</style>