Shades of Electric Purple #C724EA
Tints of Electric Purple #C724EA
RGB
CMYK
RGB Variations
Color information
#C724EA (or 0xC724EA) is known color: Electric Purple. HEX triplet: C7, 24 and EA. RGB value is (199,36,234). Sum of RGB (Red+Green+Blue) = 199+36+234=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 36 (14.45% from 255 or 7.68% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #C724EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724EA is #38DB15. Grayscale: #6A6A6A. Windows color (decimal): -3726102 or 15344839. OLE color: 15344839.
HSL color Cylindrical-coordinate representation of color #C724EA: hue angle of 289.39º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C724EA is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 36 | 234 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.08 |
| HSL | 289.39º | 0.83% | 0.53% | - |
| HSV(B) | 289.39º | 0.85% | 0.92% | - |
| XYZ | 39.04 | 19.34 | 79.52 | - |
| YUV | 107.31 | 199.5 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 234 | 0.15 | 0.85 | 0 | 0.08 | 289.39 | 0.83 | 0.53 |
| Hex | C7 | 24 | EA | F | 55 | 0 | 8 | 121 | 52 | 35 |
| Octal | 307 | 44 | 352 | 17 | 125 | 0 | 10 | 441 | 122 | 65 |
| Binary | 11000111 | 100100 | 11101010 | 1111 | 1010101 | 0 | 1000 | 100100001 | 1010010 | 110101 |
Color Harmonies of #C724EA
Complementary color
Monochromatic Colors of #C724EA
Black with #C724EA
Text Example
Text Example
White with #C724EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724EA; }
p { color: rgb(199,36,234); }
H1.HeaderClassName
{
color: #C724EA;
}
.AnyTagClassName
{
color: #C724EA;
}
</style>
background-color css
<style>
a { background-color: #C724EA; }
a { background-color: rgb(199,36,234); }
div.DivClassName
{
background-color: #C724EA;
}
.BgClassName
{
background-color: #C724EA;
}
</style>
border-color css
<style>
span { border-color: #C724EA; }
span { border-color: rgb(199,36,234); }
td.TdClassName
{
border-color: #C724EA;
}
.TagClassName
{
border-color: #C724EA;
}
</style>