Shades of Electric Purple #C72AED
Tints of Electric Purple #C72AED
RGB
CMYK
RGB Variations
Color information
#C72AED (or 0xC72AED) is known color: Electric Purple. HEX triplet: C7, 2A and ED. RGB value is (199,42,237). Sum of RGB (Red+Green+Blue) = 199+42+237=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 42 (16.80% from 255 or 8.79% from 478); Blue value is 237 (92.97% from 255 or 49.58% from 478); Max value from RGB is 237 - color contains mainly: blue. Hex color #C72AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AED is #38D512. Grayscale: #6E6E6E. Windows color (decimal): -3724563 or 15542983. OLE color: 15542983.
HSL color Cylindrical-coordinate representation of color #C72AED: hue angle of 288.31º 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 #C72AED is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 42 | 237 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.07 |
| HSL | 288.31º | 0.84% | 0.55% | - |
| HSV(B) | 288.31º | 0.82% | 0.93% | - |
| XYZ | 39.67 | 19.91 | 81.87 | - |
| YUV | 111.17 | 199.01 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 237 | 0.16 | 0.82 | 0 | 0.07 | 288.31 | 0.84 | 0.55 |
| Hex | C7 | 2A | ED | 10 | 52 | 0 | 7 | 120 | 54 | 37 |
| Octal | 307 | 52 | 355 | 20 | 122 | 0 | 7 | 440 | 124 | 67 |
| Binary | 11000111 | 101010 | 11101101 | 10000 | 1010010 | 0 | 111 | 100100000 | 1010100 | 110111 |
Color Harmonies of #C72AED
Complementary color
Monochromatic Colors of #C72AED
Black with #C72AED
Text Example
Text Example
White with #C72AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AED; }
p { color: rgb(199,42,237); }
H1.HeaderClassName
{
color: #C72AED;
}
.AnyTagClassName
{
color: #C72AED;
}
</style>
background-color css
<style>
a { background-color: #C72AED; }
a { background-color: rgb(199,42,237); }
div.DivClassName
{
background-color: #C72AED;
}
.BgClassName
{
background-color: #C72AED;
}
</style>
border-color css
<style>
span { border-color: #C72AED; }
span { border-color: rgb(199,42,237); }
td.TdClassName
{
border-color: #C72AED;
}
.TagClassName
{
border-color: #C72AED;
}
</style>