Shades of Electric Purple #C720ED
Tints of Electric Purple #C720ED
RGB
CMYK
RGB Variations
Color information
#C720ED (or 0xC720ED) is known color: Electric Purple. HEX triplet: C7, 20 and ED. RGB value is (199,32,237). Sum of RGB (Red+Green+Blue) = 199+32+237=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #C720ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C720ED is #38DF12. Grayscale: #686868. Windows color (decimal): -3727123 or 15540423. OLE color: 15540423.
HSL color Cylindrical-coordinate representation of color #C720ED: hue angle of 288.88º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C720ED is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 32 | 237 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.07 |
| HSL | 288.88º | 0.85% | 0.53% | - |
| HSV(B) | 288.88º | 0.86% | 0.93% | - |
| XYZ | 39.36 | 19.29 | 81.77 | - |
| YUV | 105.3 | 202.33 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 32 | 237 | 0.16 | 0.86 | 0 | 0.07 | 288.88 | 0.85 | 0.53 |
| Hex | C7 | 20 | ED | 10 | 56 | 0 | 7 | 121 | 55 | 35 |
| Octal | 307 | 40 | 355 | 20 | 126 | 0 | 7 | 441 | 125 | 65 |
| Binary | 11000111 | 100000 | 11101101 | 10000 | 1010110 | 0 | 111 | 100100001 | 1010101 | 110101 |
Color Harmonies of #C720ED
Complementary color
Monochromatic Colors of #C720ED
Black with #C720ED
Text Example
Text Example
White with #C720ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C720ED; }
p { color: rgb(199,32,237); }
H1.HeaderClassName
{
color: #C720ED;
}
.AnyTagClassName
{
color: #C720ED;
}
</style>
background-color css
<style>
a { background-color: #C720ED; }
a { background-color: rgb(199,32,237); }
div.DivClassName
{
background-color: #C720ED;
}
.BgClassName
{
background-color: #C720ED;
}
</style>
border-color css
<style>
span { border-color: #C720ED; }
span { border-color: rgb(199,32,237); }
td.TdClassName
{
border-color: #C720ED;
}
.TagClassName
{
border-color: #C720ED;
}
</style>