Shades of Electric Purple #C724FA
Tints of Electric Purple #C724FA
RGB
CMYK
RGB Variations
Color information
#C724FA (or 0xC724FA) is known color: Electric Purple. HEX triplet: C7, 24 and FA. RGB value is (199,36,250). Sum of RGB (Red+Green+Blue) = 199+36+250=485 (64% of max value = 765). Red value is 199 (78.12% from 255 or 41.03% from 485); Green value is 36 (14.45% from 255 or 7.42% from 485); Blue value is 250 (98.05% from 255 or 51.55% from 485); Max value from RGB is 250 - color contains mainly: blue. Hex color #C724FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C724FA is #38DB05. Grayscale: #6C6C6C. Windows color (decimal): -3726086 or 16393415. OLE color: 16393415.
HSL color Cylindrical-coordinate representation of color #C724FA: hue angle of 285.7º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C724FA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 36 | 250 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.02 |
| HSL | 285.7º | 0.96% | 0.56% | - |
| HSV(B) | 285.7º | 0.86% | 0.98% | - |
| XYZ | 41.44 | 20.31 | 92.18 | - |
| YUV | 109.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 36 | 250 | 0.20 | 0.86 | 0 | 0.02 | 285.7 | 0.96 | 0.56 |
| Hex | C7 | 24 | FA | 14 | 56 | 0 | 2 | 11E | 60 | 38 |
| Octal | 307 | 44 | 372 | 24 | 126 | 0 | 2 | 436 | 140 | 70 |
| Binary | 11000111 | 100100 | 11111010 | 10100 | 1010110 | 0 | 10 | 100011110 | 1100000 | 111000 |
Color Harmonies of #C724FA
Complementary color
Monochromatic Colors of #C724FA
Black with #C724FA
Text Example
Text Example
White with #C724FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C724FA; }
p { color: rgb(199,36,250); }
H1.HeaderClassName
{
color: #C724FA;
}
.AnyTagClassName
{
color: #C724FA;
}
</style>
background-color css
<style>
a { background-color: #C724FA; }
a { background-color: rgb(199,36,250); }
div.DivClassName
{
background-color: #C724FA;
}
.BgClassName
{
background-color: #C724FA;
}
</style>
border-color css
<style>
span { border-color: #C724FA; }
span { border-color: rgb(199,36,250); }
td.TdClassName
{
border-color: #C724FA;
}
.TagClassName
{
border-color: #C724FA;
}
</style>