Shades of Electric Purple #C727EA
Tints of Electric Purple #C727EA
RGB
CMYK
RGB Variations
Color information
#C727EA (or 0xC727EA) is known color: Electric Purple. HEX triplet: C7, 27 and EA. RGB value is (199,39,234). Sum of RGB (Red+Green+Blue) = 199+39+234=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 39 (15.62% from 255 or 8.26% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #C727EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727EA is #38D815. Grayscale: #6C6C6C. Windows color (decimal): -3725334 or 15345607. OLE color: 15345607.
HSL color Cylindrical-coordinate representation of color #C727EA: hue angle of 289.23º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C727EA is Cyan = 0.15, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 39 | 234 | - |
| CMYK | 0.15 | 0.83 | 0 | 0.08 |
| HSL | 289.23º | 0.82% | 0.54% | - |
| HSV(B) | 289.23º | 0.83% | 0.92% | - |
| XYZ | 39.13 | 19.53 | 79.55 | - |
| YUV | 109.07 | 198.51 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 234 | 0.15 | 0.83 | 0 | 0.08 | 289.23 | 0.82 | 0.54 |
| Hex | C7 | 27 | EA | F | 53 | 0 | 8 | 121 | 52 | 36 |
| Octal | 307 | 47 | 352 | 17 | 123 | 0 | 10 | 441 | 122 | 66 |
| Binary | 11000111 | 100111 | 11101010 | 1111 | 1010011 | 0 | 1000 | 100100001 | 1010010 | 110110 |
Color Harmonies of #C727EA
Complementary color
Monochromatic Colors of #C727EA
Black with #C727EA
Text Example
Text Example
White with #C727EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727EA; }
p { color: rgb(199,39,234); }
H1.HeaderClassName
{
color: #C727EA;
}
.AnyTagClassName
{
color: #C727EA;
}
</style>
background-color css
<style>
a { background-color: #C727EA; }
a { background-color: rgb(199,39,234); }
div.DivClassName
{
background-color: #C727EA;
}
.BgClassName
{
background-color: #C727EA;
}
</style>
border-color css
<style>
span { border-color: #C727EA; }
span { border-color: rgb(199,39,234); }
td.TdClassName
{
border-color: #C727EA;
}
.TagClassName
{
border-color: #C727EA;
}
</style>