Shades of Electric Purple #C720FE
Tints of Electric Purple #C720FE
RGB
CMYK
RGB Variations
Color information
#C720FE (or 0xC720FE) is known color: Electric Purple. HEX triplet: C7, 20 and FE. RGB value is (199,32,254). Sum of RGB (Red+Green+Blue) = 199+32+254=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 32 (12.89% from 255 or 6.60% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #C720FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720FE is #38DF01. Grayscale: #6A6A6A. Windows color (decimal): -3727106 or 16654535. OLE color: 16654535.
HSL color Cylindrical-coordinate representation of color #C720FE: hue angle of 285.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C720FE is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 32 | 254 | - |
| CMYK | 0.22 | 0.87 | 0 | 0.00 |
| HSL | 285.14º | 0.99% | 0.56% | - |
| HSV(B) | 285.14º | 0.87% | 1% | - |
| XYZ | 41.96 | 20.33 | 95.48 | - |
| YUV | 107.24 | 210.83 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 254 | 0.22 | 0.87 | 0 | 0.00 | 285.14 | 0.99 | 0.56 |
| Hex | C7 | 20 | FE | 16 | 57 | 0 | 0 | 11D | 63 | 38 |
| Octal | 307 | 40 | 376 | 26 | 127 | 0 | 0 | 435 | 143 | 70 |
| Binary | 11000111 | 100000 | 11111110 | 10110 | 1010111 | 0 | 0 | 100011101 | 1100011 | 111000 |
Color Harmonies of #C720FE
Complementary color
Monochromatic Colors of #C720FE
Black with #C720FE
Text Example
Text Example
White with #C720FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720FE; }
p { color: rgb(199,32,254); }
H1.HeaderClassName
{
color: #C720FE;
}
.AnyTagClassName
{
color: #C720FE;
}
</style>
background-color css
<style>
a { background-color: #C720FE; }
a { background-color: rgb(199,32,254); }
div.DivClassName
{
background-color: #C720FE;
}
.BgClassName
{
background-color: #C720FE;
}
</style>
border-color css
<style>
span { border-color: #C720FE; }
span { border-color: rgb(199,32,254); }
td.TdClassName
{
border-color: #C720FE;
}
.TagClassName
{
border-color: #C720FE;
}
</style>