Shades of Electric Purple #C722FA
Tints of Electric Purple #C722FA
RGB
CMYK
RGB Variations
Color information
#C722FA (or 0xC722FA) is known color: Electric Purple. HEX triplet: C7, 22 and FA. RGB value is (199,34,250). Sum of RGB (Red+Green+Blue) = 199+34+250=483 (63% of max value = 765). Red value is 199 (78.12% from 255 or 41.20% from 483); Green value is 34 (13.67% from 255 or 7.04% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C722FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C722FA is #38DD05. Grayscale: #6B6B6B. Windows color (decimal): -3726598 or 16392903. OLE color: 16392903.
HSL color Cylindrical-coordinate representation of color #C722FA: hue angle of 285.83º 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 #C722FA is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 34 | 250 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.02 |
| HSL | 285.83º | 0.96% | 0.56% | - |
| HSV(B) | 285.83º | 0.86% | 0.98% | - |
| XYZ | 41.38 | 20.19 | 92.16 | - |
| YUV | 107.96 | 208.16 | 192.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 34 | 250 | 0.20 | 0.86 | 0 | 0.02 | 285.83 | 0.96 | 0.56 |
| Hex | C7 | 22 | FA | 14 | 56 | 0 | 2 | 11E | 60 | 38 |
| Octal | 307 | 42 | 372 | 24 | 126 | 0 | 2 | 436 | 140 | 70 |
| Binary | 11000111 | 100010 | 11111010 | 10100 | 1010110 | 0 | 10 | 100011110 | 1100000 | 111000 |
Color Harmonies of #C722FA
Complementary color
Monochromatic Colors of #C722FA
Black with #C722FA
Text Example
Text Example
White with #C722FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C722FA; }
p { color: rgb(199,34,250); }
H1.HeaderClassName
{
color: #C722FA;
}
.AnyTagClassName
{
color: #C722FA;
}
</style>
background-color css
<style>
a { background-color: #C722FA; }
a { background-color: rgb(199,34,250); }
div.DivClassName
{
background-color: #C722FA;
}
.BgClassName
{
background-color: #C722FA;
}
</style>
border-color css
<style>
span { border-color: #C722FA; }
span { border-color: rgb(199,34,250); }
td.TdClassName
{
border-color: #C722FA;
}
.TagClassName
{
border-color: #C722FA;
}
</style>