Shades of Electric Purple #C724FF
Tints of Electric Purple #C724FF
RGB
CMYK
RGB Variations
Color information
#C724FF (or 0xC724FF) is known color: Electric Purple. HEX triplet: C7, 24 and FF. RGB value is (199,36,255). Sum of RGB (Red+Green+Blue) = 199+36+255=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 36 (14.45% from 255 or 7.35% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #C724FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724FF is #38DB00. Grayscale: #6C6C6C. Windows color (decimal): -3726081 or 16721095. OLE color: 16721095.
HSL color Cylindrical-coordinate representation of color #C724FF: hue angle of 284.66º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C724FF is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 36 | 255 | - |
| CMYK | 0.22 | 0.86 | 0 | 0 |
| HSL | 284.66º | 1% | 0.57% | - |
| HSV(B) | 284.66º | 0.86% | 1% | - |
| XYZ | 42.23 | 20.62 | 96.36 | - |
| YUV | 109.7 | 210 | 191.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 255 | 0.22 | 0.86 | 0 | 0 | 284.66 | 1 | 0.57 |
| Hex | C7 | 24 | FF | 16 | 56 | 0 | 0 | 11D | 64 | 39 |
| Octal | 307 | 44 | 377 | 26 | 126 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11000111 | 100100 | 11111111 | 10110 | 1010110 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #C724FF
Complementary color
Monochromatic Colors of #C724FF
Black with #C724FF
Text Example
Text Example
White with #C724FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724FF; }
p { color: rgb(199,36,255); }
H1.HeaderClassName
{
color: #C724FF;
}
.AnyTagClassName
{
color: #C724FF;
}
</style>
background-color css
<style>
a { background-color: #C724FF; }
a { background-color: rgb(199,36,255); }
div.DivClassName
{
background-color: #C724FF;
}
.BgClassName
{
background-color: #C724FF;
}
</style>
border-color css
<style>
span { border-color: #C724FF; }
span { border-color: rgb(199,36,255); }
td.TdClassName
{
border-color: #C724FF;
}
.TagClassName
{
border-color: #C724FF;
}
</style>