Shades of Electric Purple #C701EB
Tints of Electric Purple #C701EB
RGB
CMYK
RGB Variations
Color information
#C701EB (or 0xC701EB) is known color: Electric Purple. HEX triplet: C7, 01 and EB. RGB value is (199,1,235). Sum of RGB (Red+Green+Blue) = 199+1+235=435 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.75% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 235 (92.19% from 255 or 54.02% from 435); Max value from RGB is 235 - color contains mainly: blue. Hex color #C701EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C701EB is #38FE14. Grayscale: #565656. Windows color (decimal): -3735061 or 15401415. OLE color: 15401415.
HSL color Cylindrical-coordinate representation of color #C701EB: hue angle of 290.77º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C701EB is Cyan = 0.15, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 1 | 235 | - |
| CMYK | 0.15 | 1.00 | 0 | 0.08 |
| HSL | 290.77º | 0.99% | 0.46% | - |
| HSV(B) | 290.77º | 1% | 0.92% | - |
| XYZ | 38.56 | 18.16 | 80.07 | - |
| YUV | 86.88 | 211.6 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 1 | 235 | 0.15 | 1.00 | 0 | 0.08 | 290.77 | 0.99 | 0.46 |
| Hex | C7 | 1 | EB | F | 64 | 0 | 8 | 123 | 63 | 2E |
| Octal | 307 | 1 | 353 | 17 | 144 | 0 | 10 | 443 | 143 | 56 |
| Binary | 11000111 | 1 | 11101011 | 1111 | 1100100 | 0 | 1000 | 100100011 | 1100011 | 101110 |
Color Harmonies of #C701EB
Complementary color
Monochromatic Colors of #C701EB
Black with #C701EB
Text Example
Text Example
White with #C701EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C701EB; }
p { color: rgb(199,1,235); }
H1.HeaderClassName
{
color: #C701EB;
}
.AnyTagClassName
{
color: #C701EB;
}
</style>
background-color css
<style>
a { background-color: #C701EB; }
a { background-color: rgb(199,1,235); }
div.DivClassName
{
background-color: #C701EB;
}
.BgClassName
{
background-color: #C701EB;
}
</style>
border-color css
<style>
span { border-color: #C701EB; }
span { border-color: rgb(199,1,235); }
td.TdClassName
{
border-color: #C701EB;
}
.TagClassName
{
border-color: #C701EB;
}
</style>