Shades of Electric Purple #C72BEC
Tints of Electric Purple #C72BEC
RGB
CMYK
RGB Variations
Color information
#C72BEC (or 0xC72BEC) is known color: Electric Purple. HEX triplet: C7, 2B and EC. RGB value is (199,43,236). Sum of RGB (Red+Green+Blue) = 199+43+236=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C72BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BEC is #38D413. Grayscale: #6F6F6F. Windows color (decimal): -3724308 or 15477703. OLE color: 15477703.
HSL color Cylindrical-coordinate representation of color #C72BEC: hue angle of 288.5º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72BEC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 43 | 236 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288.5º | 0.84% | 0.55% | - |
| HSV(B) | 288.5º | 0.82% | 0.93% | - |
| XYZ | 39.56 | 19.93 | 81.12 | - |
| YUV | 111.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 236 | 0.16 | 0.82 | 0 | 0.07 | 288.5 | 0.84 | 0.55 |
| Hex | C7 | 2B | EC | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 307 | 53 | 354 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000111 | 101011 | 11101100 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C72BEC
Complementary color
Monochromatic Colors of #C72BEC
Black with #C72BEC
Text Example
Text Example
White with #C72BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BEC; }
p { color: rgb(199,43,236); }
H1.HeaderClassName
{
color: #C72BEC;
}
.AnyTagClassName
{
color: #C72BEC;
}
</style>
background-color css
<style>
a { background-color: #C72BEC; }
a { background-color: rgb(199,43,236); }
div.DivClassName
{
background-color: #C72BEC;
}
.BgClassName
{
background-color: #C72BEC;
}
</style>
border-color css
<style>
span { border-color: #C72BEC; }
span { border-color: rgb(199,43,236); }
td.TdClassName
{
border-color: #C72BEC;
}
.TagClassName
{
border-color: #C72BEC;
}
</style>