Shades of Electric Purple #C62BEF
Tints of Electric Purple #C62BEF
RGB
CMYK
RGB Variations
Color information
#C62BEF (or 0xC62BEF) is known color: Electric Purple. HEX triplet: C6, 2B and EF. RGB value is (198,43,239). Sum of RGB (Red+Green+Blue) = 198+43+239=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 43 (17.19% from 255 or 8.96% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #C62BEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BEF is #39D410. Grayscale: #6F6F6F. Windows color (decimal): -3789841 or 15674310. OLE color: 15674310.
HSL color Cylindrical-coordinate representation of color #C62BEF: hue angle of 287.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62BEF is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 43 | 239 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.06 |
| HSL | 287.45º | 0.86% | 0.55% | - |
| HSV(B) | 287.45º | 0.82% | 0.94% | - |
| XYZ | 39.73 | 19.97 | 83.42 | - |
| YUV | 111.69 | 199.85 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 239 | 0.17 | 0.82 | 0 | 0.06 | 287.45 | 0.86 | 0.55 |
| Hex | C6 | 2B | EF | 11 | 52 | 0 | 6 | 11F | 56 | 37 |
| Octal | 306 | 53 | 357 | 21 | 122 | 0 | 6 | 437 | 126 | 67 |
| Binary | 11000110 | 101011 | 11101111 | 10001 | 1010010 | 0 | 110 | 100011111 | 1010110 | 110111 |
Color Harmonies of #C62BEF
Complementary color
Monochromatic Colors of #C62BEF
Black with #C62BEF
Text Example
Text Example
White with #C62BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BEF; }
p { color: rgb(198,43,239); }
H1.HeaderClassName
{
color: #C62BEF;
}
.AnyTagClassName
{
color: #C62BEF;
}
</style>
background-color css
<style>
a { background-color: #C62BEF; }
a { background-color: rgb(198,43,239); }
div.DivClassName
{
background-color: #C62BEF;
}
.BgClassName
{
background-color: #C62BEF;
}
</style>
border-color css
<style>
span { border-color: #C62BEF; }
span { border-color: rgb(198,43,239); }
td.TdClassName
{
border-color: #C62BEF;
}
.TagClassName
{
border-color: #C62BEF;
}
</style>