Shades of Electric Purple #C714EB
Tints of Electric Purple #C714EB
RGB
CMYK
RGB Variations
Color information
#C714EB (or 0xC714EB) is known color: Electric Purple. HEX triplet: C7, 14 and EB. RGB value is (199,20,235). Sum of RGB (Red+Green+Blue) = 199+20+235=454 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.83% from 454); Green value is 20 (8.20% from 255 or 4.41% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #C714EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C714EB is #38EB14. Grayscale: #616161. Windows color (decimal): -3730197 or 15406279. OLE color: 15406279.
HSL color Cylindrical-coordinate representation of color #C714EB: hue angle of 289.95º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C714EB is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 20 | 235 | - |
| CMYK | 0.15 | 0.91 | 0 | 0.08 |
| HSL | 289.95º | 0.84% | 0.5% | - |
| HSV(B) | 289.95º | 0.91% | 0.92% | - |
| XYZ | 38.8 | 18.64 | 80.15 | - |
| YUV | 98.03 | 205.3 | 200.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 20 | 235 | 0.15 | 0.91 | 0 | 0.08 | 289.95 | 0.84 | 0.5 |
| Hex | C7 | 14 | EB | F | 5B | 0 | 8 | 122 | 54 | 32 |
| Octal | 307 | 24 | 353 | 17 | 133 | 0 | 10 | 442 | 124 | 62 |
| Binary | 11000111 | 10100 | 11101011 | 1111 | 1011011 | 0 | 1000 | 100100010 | 1010100 | 110010 |
Color Harmonies of #C714EB
Complementary color
Monochromatic Colors of #C714EB
Black with #C714EB
Text Example
Text Example
White with #C714EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C714EB; }
p { color: rgb(199,20,235); }
H1.HeaderClassName
{
color: #C714EB;
}
.AnyTagClassName
{
color: #C714EB;
}
</style>
background-color css
<style>
a { background-color: #C714EB; }
a { background-color: rgb(199,20,235); }
div.DivClassName
{
background-color: #C714EB;
}
.BgClassName
{
background-color: #C714EB;
}
</style>
border-color css
<style>
span { border-color: #C714EB; }
span { border-color: rgb(199,20,235); }
td.TdClassName
{
border-color: #C714EB;
}
.TagClassName
{
border-color: #C714EB;
}
</style>