Shades of Electric Purple #C70EEB
Tints of Electric Purple #C70EEB
RGB
CMYK
RGB Variations
Color information
#C70EEB (or 0xC70EEB) is known color: Electric Purple. HEX triplet: C7, 0E and EB. RGB value is (199,14,235). Sum of RGB (Red+Green+Blue) = 199+14+235=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #C70EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70EEB is #38F114. Grayscale: #5D5D5D. Windows color (decimal): -3731733 or 15404743. OLE color: 15404743.
HSL color Cylindrical-coordinate representation of color #C70EEB: hue angle of 290.23º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70EEB is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 14 | 235 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.08 |
| HSL | 290.23º | 0.89% | 0.49% | - |
| HSV(B) | 290.23º | 0.94% | 0.92% | - |
| XYZ | 38.71 | 18.45 | 80.12 | - |
| YUV | 94.51 | 207.29 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 14 | 235 | 0.15 | 0.94 | 0 | 0.08 | 290.23 | 0.89 | 0.49 |
| Hex | C7 | E | EB | F | 5E | 0 | 8 | 122 | 59 | 31 |
| Octal | 307 | 16 | 353 | 17 | 136 | 0 | 10 | 442 | 131 | 61 |
| Binary | 11000111 | 1110 | 11101011 | 1111 | 1011110 | 0 | 1000 | 100100010 | 1011001 | 110001 |
Color Harmonies of #C70EEB
Complementary color
Monochromatic Colors of #C70EEB
Black with #C70EEB
Text Example
Text Example
White with #C70EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70EEB; }
p { color: rgb(199,14,235); }
H1.HeaderClassName
{
color: #C70EEB;
}
.AnyTagClassName
{
color: #C70EEB;
}
</style>
background-color css
<style>
a { background-color: #C70EEB; }
a { background-color: rgb(199,14,235); }
div.DivClassName
{
background-color: #C70EEB;
}
.BgClassName
{
background-color: #C70EEB;
}
</style>
border-color css
<style>
span { border-color: #C70EEB; }
span { border-color: rgb(199,14,235); }
td.TdClassName
{
border-color: #C70EEB;
}
.TagClassName
{
border-color: #C70EEB;
}
</style>