Shades of Electric Purple #C62BEC
Tints of Electric Purple #C62BEC
RGB
CMYK
RGB Variations
Color information
#C62BEC (or 0xC62BEC) is known color: Electric Purple. HEX triplet: C6, 2B and EC. RGB value is (198,43,236). Sum of RGB (Red+Green+Blue) = 198+43+236=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 43 (17.19% from 255 or 9.01% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #C62BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BEC is #39D413. Grayscale: #6E6E6E. Windows color (decimal): -3789844 or 15477702. OLE color: 15477702.
HSL color Cylindrical-coordinate representation of color #C62BEC: hue angle of 288.19º 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 #C62BEC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 43 | 236 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288.19º | 0.84% | 0.55% | - |
| HSV(B) | 288.19º | 0.82% | 0.93% | - |
| XYZ | 39.29 | 19.79 | 81.11 | - |
| YUV | 111.35 | 198.35 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 236 | 0.16 | 0.82 | 0 | 0.07 | 288.19 | 0.84 | 0.55 |
| Hex | C6 | 2B | EC | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 306 | 53 | 354 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000110 | 101011 | 11101100 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C62BEC
Complementary color
Monochromatic Colors of #C62BEC
Black with #C62BEC
Text Example
Text Example
White with #C62BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BEC; }
p { color: rgb(198,43,236); }
H1.HeaderClassName
{
color: #C62BEC;
}
.AnyTagClassName
{
color: #C62BEC;
}
</style>
background-color css
<style>
a { background-color: #C62BEC; }
a { background-color: rgb(198,43,236); }
div.DivClassName
{
background-color: #C62BEC;
}
.BgClassName
{
background-color: #C62BEC;
}
</style>
border-color css
<style>
span { border-color: #C62BEC; }
span { border-color: rgb(198,43,236); }
td.TdClassName
{
border-color: #C62BEC;
}
.TagClassName
{
border-color: #C62BEC;
}
</style>