Shades of Electric Purple #C713EB
Tints of Electric Purple #C713EB
RGB
CMYK
RGB Variations
Color information
#C713EB (or 0xC713EB) is known color: Electric Purple. HEX triplet: C7, 13 and EB. RGB value is (199,19,235). Sum of RGB (Red+Green+Blue) = 199+19+235=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 19 (7.81% from 255 or 4.19% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #C713EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C713EB is #38EC14. Grayscale: #606060. Windows color (decimal): -3730453 or 15406023. OLE color: 15406023.
HSL color Cylindrical-coordinate representation of color #C713EB: hue angle of 290º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C713EB is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 19 | 235 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.08 |
| HSL | 290º | 0.85% | 0.5% | - |
| HSV(B) | 290º | 0.92% | 0.92% | - |
| XYZ | 38.78 | 18.61 | 80.14 | - |
| YUV | 97.44 | 205.63 | 200.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 19 | 235 | 0.15 | 0.92 | 0 | 0.08 | 290 | 0.85 | 0.5 |
| Hex | C7 | 13 | EB | F | 5C | 0 | 8 | 122 | 55 | 32 |
| Octal | 307 | 23 | 353 | 17 | 134 | 0 | 10 | 442 | 125 | 62 |
| Binary | 11000111 | 10011 | 11101011 | 1111 | 1011100 | 0 | 1000 | 100100010 | 1010101 | 110010 |
Color Harmonies of #C713EB
Complementary color
Monochromatic Colors of #C713EB
Black with #C713EB
Text Example
Text Example
White with #C713EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C713EB; }
p { color: rgb(199,19,235); }
H1.HeaderClassName
{
color: #C713EB;
}
.AnyTagClassName
{
color: #C713EB;
}
</style>
background-color css
<style>
a { background-color: #C713EB; }
a { background-color: rgb(199,19,235); }
div.DivClassName
{
background-color: #C713EB;
}
.BgClassName
{
background-color: #C713EB;
}
</style>
border-color css
<style>
span { border-color: #C713EB; }
span { border-color: rgb(199,19,235); }
td.TdClassName
{
border-color: #C713EB;
}
.TagClassName
{
border-color: #C713EB;
}
</style>