Shades of Electric Purple #C72FFF
Tints of Electric Purple #C72FFF
RGB
CMYK
RGB Variations
Color information
#C72FFF (or 0xC72FFF) is known color: Electric Purple. HEX triplet: C7, 2F and FF. RGB value is (199,47,255). Sum of RGB (Red+Green+Blue) = 199+47+255=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 47 (18.75% from 255 or 9.38% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #C72FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72FFF is #38D000. Grayscale: #737373. Windows color (decimal): -3723265 or 16723911. OLE color: 16723911.
HSL color Cylindrical-coordinate representation of color #C72FFF: hue angle of 283.85º 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 #C72FFF is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 47 | 255 | - |
| CMYK | 0.22 | 0.82 | 0 | 0 |
| HSL | 283.85º | 1% | 0.59% | - |
| HSV(B) | 283.85º | 0.82% | 1% | - |
| XYZ | 42.62 | 21.4 | 96.49 | - |
| YUV | 116.16 | 206.36 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 47 | 255 | 0.22 | 0.82 | 0 | 0 | 283.85 | 1 | 0.59 |
| Hex | C7 | 2F | FF | 16 | 52 | 0 | 0 | 11C | 64 | 3B |
| Octal | 307 | 57 | 377 | 26 | 122 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11000111 | 101111 | 11111111 | 10110 | 1010010 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C72FFF
Complementary color
Monochromatic Colors of #C72FFF
Black with #C72FFF
Text Example
Text Example
White with #C72FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72FFF; }
p { color: rgb(199,47,255); }
H1.HeaderClassName
{
color: #C72FFF;
}
.AnyTagClassName
{
color: #C72FFF;
}
</style>
background-color css
<style>
a { background-color: #C72FFF; }
a { background-color: rgb(199,47,255); }
div.DivClassName
{
background-color: #C72FFF;
}
.BgClassName
{
background-color: #C72FFF;
}
</style>
border-color css
<style>
span { border-color: #C72FFF; }
span { border-color: rgb(199,47,255); }
td.TdClassName
{
border-color: #C72FFF;
}
.TagClassName
{
border-color: #C72FFF;
}
</style>