Shades of Electric Purple #C720FA
Tints of Electric Purple #C720FA
RGB
CMYK
RGB Variations
Color information
#C720FA (or 0xC720FA) is known color: Electric Purple. HEX triplet: C7, 20 and FA. RGB value is (199,32,250). Sum of RGB (Red+Green+Blue) = 199+32+250=481 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.37% from 481); Green value is 32 (12.89% from 255 or 6.65% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #C720FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FA is #38DF05. Grayscale: #6A6A6A. Windows color (decimal): -3727110 or 16392391. OLE color: 16392391.
HSL color Cylindrical-coordinate representation of color #C720FA: hue angle of 285.96º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C720FA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 32 | 250 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.02 |
| HSL | 285.96º | 0.96% | 0.55% | - |
| HSV(B) | 285.96º | 0.87% | 0.98% | - |
| XYZ | 41.33 | 20.08 | 92.14 | - |
| YUV | 106.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 250 | 0.20 | 0.87 | 0 | 0.02 | 285.96 | 0.96 | 0.55 |
| Hex | C7 | 20 | FA | 14 | 57 | 0 | 2 | 11E | 60 | 37 |
| Octal | 307 | 40 | 372 | 24 | 127 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11000111 | 100000 | 11111010 | 10100 | 1010111 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C720FA
Complementary color
Monochromatic Colors of #C720FA
Black with #C720FA
Text Example
Text Example
White with #C720FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720FA; }
p { color: rgb(199,32,250); }
H1.HeaderClassName
{
color: #C720FA;
}
.AnyTagClassName
{
color: #C720FA;
}
</style>
background-color css
<style>
a { background-color: #C720FA; }
a { background-color: rgb(199,32,250); }
div.DivClassName
{
background-color: #C720FA;
}
.BgClassName
{
background-color: #C720FA;
}
</style>
border-color css
<style>
span { border-color: #C720FA; }
span { border-color: rgb(199,32,250); }
td.TdClassName
{
border-color: #C720FA;
}
.TagClassName
{
border-color: #C720FA;
}
</style>