Shades of Electric Purple #C729FE
Tints of Electric Purple #C729FE
RGB
CMYK
RGB Variations
Color information
#C729FE (or 0xC729FE) is known color: Electric Purple. HEX triplet: C7, 29 and FE. RGB value is (199,41,254). Sum of RGB (Red+Green+Blue) = 199+41+254=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #C729FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C729FE is #38D601. Grayscale: #6F6F6F. Windows color (decimal): -3724802 or 16656839. OLE color: 16656839.
HSL color Cylindrical-coordinate representation of color #C729FE: hue angle of 284.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C729FE is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 41 | 254 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.00 |
| HSL | 284.51º | 0.99% | 0.58% | - |
| HSV(B) | 284.51º | 0.84% | 1% | - |
| XYZ | 42.24 | 20.88 | 95.57 | - |
| YUV | 112.52 | 207.85 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 41 | 254 | 0.22 | 0.84 | 0 | 0.00 | 284.51 | 0.99 | 0.58 |
| Hex | C7 | 29 | FE | 16 | 54 | 0 | 0 | 11D | 63 | 3A |
| Octal | 307 | 51 | 376 | 26 | 124 | 0 | 0 | 435 | 143 | 72 |
| Binary | 11000111 | 101001 | 11111110 | 10110 | 1010100 | 0 | 0 | 100011101 | 1100011 | 111010 |
Color Harmonies of #C729FE
Complementary color
Monochromatic Colors of #C729FE
Black with #C729FE
Text Example
Text Example
White with #C729FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C729FE; }
p { color: rgb(199,41,254); }
H1.HeaderClassName
{
color: #C729FE;
}
.AnyTagClassName
{
color: #C729FE;
}
</style>
background-color css
<style>
a { background-color: #C729FE; }
a { background-color: rgb(199,41,254); }
div.DivClassName
{
background-color: #C729FE;
}
.BgClassName
{
background-color: #C729FE;
}
</style>
border-color css
<style>
span { border-color: #C729FE; }
span { border-color: rgb(199,41,254); }
td.TdClassName
{
border-color: #C729FE;
}
.TagClassName
{
border-color: #C729FE;
}
</style>