Shades of Electric Purple #C720E7
Tints of Electric Purple #C720E7
RGB
CMYK
RGB Variations
Color information
#C720E7 (or 0xC720E7) is known color: Electric Purple. HEX triplet: C7, 20 and E7. RGB value is (199,32,231). Sum of RGB (Red+Green+Blue) = 199+32+231=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 32 (12.89% from 255 or 6.93% from 462); Blue value is 231 (90.62% from 255 or 50% from 462); Max value from RGB is 231 - color contains mainly: blue. Hex color #C720E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720E7 is #38DF18. Grayscale: #676767. Windows color (decimal): -3727129 or 15147207. OLE color: 15147207.
HSL color Cylindrical-coordinate representation of color #C720E7: hue angle of 290.35º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C720E7 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 32 | 231 | - |
| CMYK | 0.14 | 0.86 | 0 | 0.09 |
| HSL | 290.35º | 0.81% | 0.52% | - |
| HSV(B) | 290.35º | 0.86% | 0.91% | - |
| XYZ | 38.49 | 18.94 | 77.23 | - |
| YUV | 104.62 | 199.33 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 231 | 0.14 | 0.86 | 0 | 0.09 | 290.35 | 0.81 | 0.52 |
| Hex | C7 | 20 | E7 | E | 56 | 0 | 9 | 122 | 51 | 34 |
| Octal | 307 | 40 | 347 | 16 | 126 | 0 | 11 | 442 | 121 | 64 |
| Binary | 11000111 | 100000 | 11100111 | 1110 | 1010110 | 0 | 1001 | 100100010 | 1010001 | 110100 |
Color Harmonies of #C720E7
Complementary color
Monochromatic Colors of #C720E7
Black with #C720E7
Text Example
Text Example
White with #C720E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720E7; }
p { color: rgb(199,32,231); }
H1.HeaderClassName
{
color: #C720E7;
}
.AnyTagClassName
{
color: #C720E7;
}
</style>
background-color css
<style>
a { background-color: #C720E7; }
a { background-color: rgb(199,32,231); }
div.DivClassName
{
background-color: #C720E7;
}
.BgClassName
{
background-color: #C720E7;
}
</style>
border-color css
<style>
span { border-color: #C720E7; }
span { border-color: rgb(199,32,231); }
td.TdClassName
{
border-color: #C720E7;
}
.TagClassName
{
border-color: #C720E7;
}
</style>