Shades of Electric Purple #C727E8
Tints of Electric Purple #C727E8
RGB
CMYK
RGB Variations
Color information
#C727E8 (or 0xC727E8) is known color: Electric Purple. HEX triplet: C7, 27 and E8. RGB value is (199,39,232). Sum of RGB (Red+Green+Blue) = 199+39+232=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 39 (15.62% from 255 or 8.30% from 470); Blue value is 232 (91.02% from 255 or 49.36% from 470); Max value from RGB is 232 - color contains mainly: blue. Hex color #C727E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727E8 is #38D817. Grayscale: #6C6C6C. Windows color (decimal): -3725336 or 15214535. OLE color: 15214535.
HSL color Cylindrical-coordinate representation of color #C727E8: hue angle of 289.74º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C727E8 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 39 | 232 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.09 |
| HSL | 289.74º | 0.81% | 0.53% | - |
| HSV(B) | 289.74º | 0.83% | 0.91% | - |
| XYZ | 38.84 | 19.42 | 78.04 | - |
| YUV | 108.84 | 197.51 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 232 | 0.14 | 0.83 | 0 | 0.09 | 289.74 | 0.81 | 0.53 |
| Hex | C7 | 27 | E8 | E | 53 | 0 | 9 | 122 | 51 | 35 |
| Octal | 307 | 47 | 350 | 16 | 123 | 0 | 11 | 442 | 121 | 65 |
| Binary | 11000111 | 100111 | 11101000 | 1110 | 1010011 | 0 | 1001 | 100100010 | 1010001 | 110101 |
Color Harmonies of #C727E8
Complementary color
Monochromatic Colors of #C727E8
Black with #C727E8
Text Example
Text Example
White with #C727E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727E8; }
p { color: rgb(199,39,232); }
H1.HeaderClassName
{
color: #C727E8;
}
.AnyTagClassName
{
color: #C727E8;
}
</style>
background-color css
<style>
a { background-color: #C727E8; }
a { background-color: rgb(199,39,232); }
div.DivClassName
{
background-color: #C727E8;
}
.BgClassName
{
background-color: #C727E8;
}
</style>
border-color css
<style>
span { border-color: #C727E8; }
span { border-color: rgb(199,39,232); }
td.TdClassName
{
border-color: #C727E8;
}
.TagClassName
{
border-color: #C727E8;
}
</style>