Shades of Electric Purple #C62BEE
Tints of Electric Purple #C62BEE
RGB
CMYK
RGB Variations
Color information
#C62BEE (or 0xC62BEE) is known color: Electric Purple. HEX triplet: C6, 2B and EE. RGB value is (198,43,238). Sum of RGB (Red+Green+Blue) = 198+43+238=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 43 (17.19% from 255 or 8.98% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #C62BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BEE is #39D411. Grayscale: #6E6E6E. Windows color (decimal): -3789842 or 15608774. OLE color: 15608774.
HSL color Cylindrical-coordinate representation of color #C62BEE: hue angle of 287.69º 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 #C62BEE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 43 | 238 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.07 |
| HSL | 287.69º | 0.85% | 0.55% | - |
| HSV(B) | 287.69º | 0.82% | 0.93% | - |
| XYZ | 39.59 | 19.91 | 82.64 | - |
| YUV | 111.58 | 199.35 | 189.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 238 | 0.17 | 0.82 | 0 | 0.07 | 287.69 | 0.85 | 0.55 |
| Hex | C6 | 2B | EE | 11 | 52 | 0 | 7 | 120 | 55 | 37 |
| Octal | 306 | 53 | 356 | 21 | 122 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11000110 | 101011 | 11101110 | 10001 | 1010010 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C62BEE
Complementary color
Monochromatic Colors of #C62BEE
Black with #C62BEE
Text Example
Text Example
White with #C62BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BEE; }
p { color: rgb(198,43,238); }
H1.HeaderClassName
{
color: #C62BEE;
}
.AnyTagClassName
{
color: #C62BEE;
}
</style>
background-color css
<style>
a { background-color: #C62BEE; }
a { background-color: rgb(198,43,238); }
div.DivClassName
{
background-color: #C62BEE;
}
.BgClassName
{
background-color: #C62BEE;
}
</style>
border-color css
<style>
span { border-color: #C62BEE; }
span { border-color: rgb(198,43,238); }
td.TdClassName
{
border-color: #C62BEE;
}
.TagClassName
{
border-color: #C62BEE;
}
</style>