Shades of Electric Purple #C72DEE
Tints of Electric Purple #C72DEE
RGB
CMYK
RGB Variations
Color information
#C72DEE (or 0xC72DEE) is known color: Electric Purple. HEX triplet: C7, 2D and EE. RGB value is (199,45,238). Sum of RGB (Red+Green+Blue) = 199+45+238=482 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.29% from 482); Green value is 45 (17.97% from 255 or 9.34% from 482); Blue value is 238 (93.36% from 255 or 49.38% from 482); Max value from RGB is 238 - color contains mainly: blue. Hex color #C72DEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DEE is #38D211. Grayscale: #707070. Windows color (decimal): -3723794 or 15609287. OLE color: 15609287.
HSL color Cylindrical-coordinate representation of color #C72DEE: hue angle of 287.88º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72DEE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 45 | 238 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.07 |
| HSL | 287.88º | 0.85% | 0.55% | - |
| HSV(B) | 287.88º | 0.81% | 0.93% | - |
| XYZ | 39.92 | 20.19 | 82.68 | - |
| YUV | 113.05 | 198.52 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 238 | 0.16 | 0.81 | 0 | 0.07 | 287.88 | 0.85 | 0.55 |
| Hex | C7 | 2D | EE | 10 | 51 | 0 | 7 | 120 | 55 | 37 |
| Octal | 307 | 55 | 356 | 20 | 121 | 0 | 7 | 440 | 125 | 67 |
| Binary | 11000111 | 101101 | 11101110 | 10000 | 1010001 | 0 | 111 | 100100000 | 1010101 | 110111 |
Color Harmonies of #C72DEE
Complementary color
Monochromatic Colors of #C72DEE
Black with #C72DEE
Text Example
Text Example
White with #C72DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DEE; }
p { color: rgb(199,45,238); }
H1.HeaderClassName
{
color: #C72DEE;
}
.AnyTagClassName
{
color: #C72DEE;
}
</style>
background-color css
<style>
a { background-color: #C72DEE; }
a { background-color: rgb(199,45,238); }
div.DivClassName
{
background-color: #C72DEE;
}
.BgClassName
{
background-color: #C72DEE;
}
</style>
border-color css
<style>
span { border-color: #C72DEE; }
span { border-color: rgb(199,45,238); }
td.TdClassName
{
border-color: #C72DEE;
}
.TagClassName
{
border-color: #C72DEE;
}
</style>