Shades of Electric Purple #C723F1
Tints of Electric Purple #C723F1
RGB
CMYK
RGB Variations
Color information
#C723F1 (or 0xC723F1) is known color: Electric Purple. HEX triplet: C7, 23 and F1. RGB value is (199,35,241). Sum of RGB (Red+Green+Blue) = 199+35+241=475 (62% of max value = 765). Red value is 199 (78.12% from 255 or 41.89% from 475); Green value is 35 (14.06% from 255 or 7.37% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #C723F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C723F1 is #38DC0E. Grayscale: #6A6A6A. Windows color (decimal): -3726351 or 15803335. OLE color: 15803335.
HSL color Cylindrical-coordinate representation of color #C723F1: hue angle of 287.77º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C723F1 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 35 | 241 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.05 |
| HSL | 287.77º | 0.88% | 0.54% | - |
| HSV(B) | 287.77º | 0.85% | 0.95% | - |
| XYZ | 40.03 | 19.7 | 84.91 | - |
| YUV | 107.52 | 203.33 | 193.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 35 | 241 | 0.17 | 0.85 | 0 | 0.05 | 287.77 | 0.88 | 0.54 |
| Hex | C7 | 23 | F1 | 11 | 55 | 0 | 5 | 120 | 58 | 36 |
| Octal | 307 | 43 | 361 | 21 | 125 | 0 | 5 | 440 | 130 | 66 |
| Binary | 11000111 | 100011 | 11110001 | 10001 | 1010101 | 0 | 101 | 100100000 | 1011000 | 110110 |
Color Harmonies of #C723F1
Complementary color
Monochromatic Colors of #C723F1
Black with #C723F1
Text Example
Text Example
White with #C723F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C723F1; }
p { color: rgb(199,35,241); }
H1.HeaderClassName
{
color: #C723F1;
}
.AnyTagClassName
{
color: #C723F1;
}
</style>
background-color css
<style>
a { background-color: #C723F1; }
a { background-color: rgb(199,35,241); }
div.DivClassName
{
background-color: #C723F1;
}
.BgClassName
{
background-color: #C723F1;
}
</style>
border-color css
<style>
span { border-color: #C723F1; }
span { border-color: rgb(199,35,241); }
td.TdClassName
{
border-color: #C723F1;
}
.TagClassName
{
border-color: #C723F1;
}
</style>