Shades of Electric Purple #C62BEB
Tints of Electric Purple #C62BEB
RGB
CMYK
RGB Variations
Color information
#C62BEB (or 0xC62BEB) is known color: Electric Purple. HEX triplet: C6, 2B and EB. RGB value is (198,43,235). Sum of RGB (Red+Green+Blue) = 198+43+235=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #C62BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BEB is #39D414. Grayscale: #6E6E6E. Windows color (decimal): -3789845 or 15412166. OLE color: 15412166.
HSL color Cylindrical-coordinate representation of color #C62BEB: hue angle of 288.44º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62BEB is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 43 | 235 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.08 |
| HSL | 288.44º | 0.83% | 0.55% | - |
| HSV(B) | 288.44º | 0.82% | 0.92% | - |
| XYZ | 39.15 | 19.73 | 80.34 | - |
| YUV | 111.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 235 | 0.16 | 0.82 | 0 | 0.08 | 288.44 | 0.83 | 0.55 |
| Hex | C6 | 2B | EB | 10 | 52 | 0 | 8 | 120 | 53 | 37 |
| Octal | 306 | 53 | 353 | 20 | 122 | 0 | 10 | 440 | 123 | 67 |
| Binary | 11000110 | 101011 | 11101011 | 10000 | 1010010 | 0 | 1000 | 100100000 | 1010011 | 110111 |
Color Harmonies of #C62BEB
Complementary color
Monochromatic Colors of #C62BEB
Black with #C62BEB
Text Example
Text Example
White with #C62BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BEB; }
p { color: rgb(198,43,235); }
H1.HeaderClassName
{
color: #C62BEB;
}
.AnyTagClassName
{
color: #C62BEB;
}
</style>
background-color css
<style>
a { background-color: #C62BEB; }
a { background-color: rgb(198,43,235); }
div.DivClassName
{
background-color: #C62BEB;
}
.BgClassName
{
background-color: #C62BEB;
}
</style>
border-color css
<style>
span { border-color: #C62BEB; }
span { border-color: rgb(198,43,235); }
td.TdClassName
{
border-color: #C62BEB;
}
.TagClassName
{
border-color: #C62BEB;
}
</style>