Shades of Electric Purple #C720F7
Tints of Electric Purple #C720F7
RGB
CMYK
RGB Variations
Color information
#C720F7 (or 0xC720F7) is known color: Electric Purple. HEX triplet: C7, 20 and F7. RGB value is (199,32,247). Sum of RGB (Red+Green+Blue) = 199+32+247=478 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.63% from 478); Green value is 32 (12.89% from 255 or 6.69% from 478); Blue value is 247 (96.88% from 255 or 51.67% from 478); Max value from RGB is 247 - color contains mainly: blue. Hex color #C720F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720F7 is #38DF08. Grayscale: #696969. Windows color (decimal): -3727113 or 16195783. OLE color: 16195783.
HSL color Cylindrical-coordinate representation of color #C720F7: hue angle of 286.6º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C720F7 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 32 | 247 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.03 |
| HSL | 286.6º | 0.93% | 0.55% | - |
| HSV(B) | 286.6º | 0.87% | 0.97% | - |
| XYZ | 40.86 | 19.89 | 89.68 | - |
| YUV | 106.44 | 207.33 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 247 | 0.19 | 0.87 | 0 | 0.03 | 286.6 | 0.93 | 0.55 |
| Hex | C7 | 20 | F7 | 13 | 57 | 0 | 3 | 11F | 5D | 37 |
| Octal | 307 | 40 | 367 | 23 | 127 | 0 | 3 | 437 | 135 | 67 |
| Binary | 11000111 | 100000 | 11110111 | 10011 | 1010111 | 0 | 11 | 100011111 | 1011101 | 110111 |
Color Harmonies of #C720F7
Complementary color
Monochromatic Colors of #C720F7
Black with #C720F7
Text Example
Text Example
White with #C720F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720F7; }
p { color: rgb(199,32,247); }
H1.HeaderClassName
{
color: #C720F7;
}
.AnyTagClassName
{
color: #C720F7;
}
</style>
background-color css
<style>
a { background-color: #C720F7; }
a { background-color: rgb(199,32,247); }
div.DivClassName
{
background-color: #C720F7;
}
.BgClassName
{
background-color: #C720F7;
}
</style>
border-color css
<style>
span { border-color: #C720F7; }
span { border-color: rgb(199,32,247); }
td.TdClassName
{
border-color: #C720F7;
}
.TagClassName
{
border-color: #C720F7;
}
</style>