Shades of Electric Purple #C71EEB
Tints of Electric Purple #C71EEB
RGB
CMYK
RGB Variations
Color information
#C71EEB (or 0xC71EEB) is known color: Electric Purple. HEX triplet: C7, 1E and EB. RGB value is (199,30,235). Sum of RGB (Red+Green+Blue) = 199+30+235=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #C71EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EEB is #38E114. Grayscale: #676767. Windows color (decimal): -3727637 or 15408839. OLE color: 15408839.
HSL color Cylindrical-coordinate representation of color #C71EEB: hue angle of 289.46º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71EEB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 30 | 235 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 289.46º | 0.84% | 0.52% | - |
| HSV(B) | 289.46º | 0.87% | 0.92% | - |
| XYZ | 39.01 | 19.07 | 80.22 | - |
| YUV | 103.9 | 201.99 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 30 | 235 | 0.15 | 0.87 | 0 | 0.08 | 289.46 | 0.84 | 0.52 |
| Hex | C7 | 1E | EB | F | 57 | 0 | 8 | 121 | 54 | 34 |
| Octal | 307 | 36 | 353 | 17 | 127 | 0 | 10 | 441 | 124 | 64 |
| Binary | 11000111 | 11110 | 11101011 | 1111 | 1010111 | 0 | 1000 | 100100001 | 1010100 | 110100 |
Color Harmonies of #C71EEB
Complementary color
Monochromatic Colors of #C71EEB
Black with #C71EEB
Text Example
Text Example
White with #C71EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C71EEB; }
p { color: rgb(199,30,235); }
H1.HeaderClassName
{
color: #C71EEB;
}
.AnyTagClassName
{
color: #C71EEB;
}
</style>
background-color css
<style>
a { background-color: #C71EEB; }
a { background-color: rgb(199,30,235); }
div.DivClassName
{
background-color: #C71EEB;
}
.BgClassName
{
background-color: #C71EEB;
}
</style>
border-color css
<style>
span { border-color: #C71EEB; }
span { border-color: rgb(199,30,235); }
td.TdClassName
{
border-color: #C71EEB;
}
.TagClassName
{
border-color: #C71EEB;
}
</style>