Shades of Electric Purple #C72DFF
Tints of Electric Purple #C72DFF
RGB
CMYK
RGB Variations
Color information
#C72DFF (or 0xC72DFF) is known color: Electric Purple. HEX triplet: C7, 2D and FF. RGB value is (199,45,255). Sum of RGB (Red+Green+Blue) = 199+45+255=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 45 (17.97% from 255 or 9.02% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C72DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DFF is #38D200. Grayscale: #727272. Windows color (decimal): -3723777 or 16723399. OLE color: 16723399.
HSL color Cylindrical-coordinate representation of color #C72DFF: hue angle of 284º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72DFF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 45 | 255 | - |
| CMYK | 0.22 | 0.82 | 0 | 0 |
| HSL | 284º | 1% | 0.59% | - |
| HSV(B) | 284º | 0.82% | 1% | - |
| XYZ | 42.54 | 21.24 | 96.47 | - |
| YUV | 114.99 | 207.02 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 255 | 0.22 | 0.82 | 0 | 0 | 284 | 1 | 0.59 |
| Hex | C7 | 2D | FF | 16 | 52 | 0 | 0 | 11C | 64 | 3B |
| Octal | 307 | 55 | 377 | 26 | 122 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11000111 | 101101 | 11111111 | 10110 | 1010010 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C72DFF
Complementary color
Monochromatic Colors of #C72DFF
Black with #C72DFF
Text Example
Text Example
White with #C72DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DFF; }
p { color: rgb(199,45,255); }
H1.HeaderClassName
{
color: #C72DFF;
}
.AnyTagClassName
{
color: #C72DFF;
}
</style>
background-color css
<style>
a { background-color: #C72DFF; }
a { background-color: rgb(199,45,255); }
div.DivClassName
{
background-color: #C72DFF;
}
.BgClassName
{
background-color: #C72DFF;
}
</style>
border-color css
<style>
span { border-color: #C72DFF; }
span { border-color: rgb(199,45,255); }
td.TdClassName
{
border-color: #C72DFF;
}
.TagClassName
{
border-color: #C72DFF;
}
</style>