Shades of Electric Purple #C72BEA
Tints of Electric Purple #C72BEA
RGB
CMYK
RGB Variations
Color information
#C72BEA (or 0xC72BEA) is known color: Electric Purple. HEX triplet: C7, 2B and EA. RGB value is (199,43,234). Sum of RGB (Red+Green+Blue) = 199+43+234=476 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.81% from 476); Green value is 43 (17.19% from 255 or 9.03% from 476); Blue value is 234 (91.80% from 255 or 49.16% from 476); Max value from RGB is 234 - color contains mainly: blue. Hex color #C72BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BEA is #38D415. Grayscale: #6E6E6E. Windows color (decimal): -3724310 or 15346631. OLE color: 15346631.
HSL color Cylindrical-coordinate representation of color #C72BEA: hue angle of 289.01º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72BEA is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 43 | 234 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.08 |
| HSL | 289.01º | 0.82% | 0.54% | - |
| HSV(B) | 289.01º | 0.82% | 0.92% | - |
| XYZ | 39.27 | 19.81 | 79.6 | - |
| YUV | 111.42 | 197.18 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 234 | 0.15 | 0.82 | 0 | 0.08 | 289.01 | 0.82 | 0.54 |
| Hex | C7 | 2B | EA | F | 52 | 0 | 8 | 121 | 52 | 36 |
| Octal | 307 | 53 | 352 | 17 | 122 | 0 | 10 | 441 | 122 | 66 |
| Binary | 11000111 | 101011 | 11101010 | 1111 | 1010010 | 0 | 1000 | 100100001 | 1010010 | 110110 |
Color Harmonies of #C72BEA
Complementary color
Monochromatic Colors of #C72BEA
Black with #C72BEA
Text Example
Text Example
White with #C72BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BEA; }
p { color: rgb(199,43,234); }
H1.HeaderClassName
{
color: #C72BEA;
}
.AnyTagClassName
{
color: #C72BEA;
}
</style>
background-color css
<style>
a { background-color: #C72BEA; }
a { background-color: rgb(199,43,234); }
div.DivClassName
{
background-color: #C72BEA;
}
.BgClassName
{
background-color: #C72BEA;
}
</style>
border-color css
<style>
span { border-color: #C72BEA; }
span { border-color: rgb(199,43,234); }
td.TdClassName
{
border-color: #C72BEA;
}
.TagClassName
{
border-color: #C72BEA;
}
</style>