Shades of Electric Purple #C726EE
Tints of Electric Purple #C726EE
RGB
CMYK
RGB Variations
Color information
#C726EE (or 0xC726EE) is known color: Electric Purple. HEX triplet: C7, 26 and EE. RGB value is (199,38,238). Sum of RGB (Red+Green+Blue) = 199+38+238=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 38 (15.23% from 255 or 8% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #C726EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726EE is #38D911. Grayscale: #6C6C6C. Windows color (decimal): -3725586 or 15607495. OLE color: 15607495.
HSL color Cylindrical-coordinate representation of color #C726EE: hue angle of 288.3º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C726EE is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 38 | 238 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.07 |
| HSL | 288.3º | 0.85% | 0.54% | - |
| HSV(B) | 288.3º | 0.84% | 0.93% | - |
| XYZ | 39.68 | 19.7 | 82.6 | - |
| YUV | 108.94 | 200.84 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 238 | 0.16 | 0.84 | 0 | 0.07 | 288.3 | 0.85 | 0.54 |
| Hex | C7 | 26 | EE | 10 | 54 | 0 | 7 | 120 | 55 | 36 |
| Octal | 307 | 46 | 356 | 20 | 124 | 0 | 7 | 440 | 125 | 66 |
| Binary | 11000111 | 100110 | 11101110 | 10000 | 1010100 | 0 | 111 | 100100000 | 1010101 | 110110 |
Color Harmonies of #C726EE
Complementary color
Monochromatic Colors of #C726EE
Black with #C726EE
Text Example
Text Example
White with #C726EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726EE; }
p { color: rgb(199,38,238); }
H1.HeaderClassName
{
color: #C726EE;
}
.AnyTagClassName
{
color: #C726EE;
}
</style>
background-color css
<style>
a { background-color: #C726EE; }
a { background-color: rgb(199,38,238); }
div.DivClassName
{
background-color: #C726EE;
}
.BgClassName
{
background-color: #C726EE;
}
</style>
border-color css
<style>
span { border-color: #C726EE; }
span { border-color: rgb(199,38,238); }
td.TdClassName
{
border-color: #C726EE;
}
.TagClassName
{
border-color: #C726EE;
}
</style>