Shades of Electric Purple #C407EB
Tints of Electric Purple #C407EB
RGB
CMYK
RGB Variations
Color information
#C407EB (or 0xC407EB) is known color: Electric Purple. HEX triplet: C4, 07 and EB. RGB value is (196,7,235). Sum of RGB (Red+Green+Blue) = 196+7+235=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #C407EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C407EB is #3BF814. Grayscale: #585858. Windows color (decimal): -3930133 or 15402948. OLE color: 15402948.
HSL color Cylindrical-coordinate representation of color #C407EB: hue angle of 289.74º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C407EB is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 196 | 7 | 235 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.08 |
| HSL | 289.74º | 0.94% | 0.47% | - |
| HSV(B) | 289.74º | 0.97% | 0.92% | - |
| XYZ | 37.84 | 17.89 | 80.06 | - |
| YUV | 89.5 | 210.12 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 7 | 235 | 0.17 | 0.97 | 0 | 0.08 | 289.74 | 0.94 | 0.47 |
| Hex | C4 | 7 | EB | 11 | 61 | 0 | 8 | 122 | 5E | 2F |
| Octal | 304 | 7 | 353 | 21 | 141 | 0 | 10 | 442 | 136 | 57 |
| Binary | 11000100 | 111 | 11101011 | 10001 | 1100001 | 0 | 1000 | 100100010 | 1011110 | 101111 |
Color Harmonies of #C407EB
Complementary color
Monochromatic Colors of #C407EB
Black with #C407EB
Text Example
Text Example
White with #C407EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C407EB; }
p { color: rgb(196,7,235); }
H1.HeaderClassName
{
color: #C407EB;
}
.AnyTagClassName
{
color: #C407EB;
}
</style>
background-color css
<style>
a { background-color: #C407EB; }
a { background-color: rgb(196,7,235); }
div.DivClassName
{
background-color: #C407EB;
}
.BgClassName
{
background-color: #C407EB;
}
</style>
border-color css
<style>
span { border-color: #C407EB; }
span { border-color: rgb(196,7,235); }
td.TdClassName
{
border-color: #C407EB;
}
.TagClassName
{
border-color: #C407EB;
}
</style>