Shades of Electric Purple #C727FB
Tints of Electric Purple #C727FB
RGB
CMYK
RGB Variations
Color information
#C727FB (or 0xC727FB) is known color: Electric Purple. HEX triplet: C7, 27 and FB. RGB value is (199,39,251). Sum of RGB (Red+Green+Blue) = 199+39+251=489 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.70% from 489); Green value is 39 (15.62% from 255 or 7.98% from 489); Blue value is 251 (98.44% from 255 or 51.33% from 489); Max value from RGB is 251 - color contains mainly: blue. Hex color #C727FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C727FB is #38D804. Grayscale: #6E6E6E. Windows color (decimal): -3725317 or 16459719. OLE color: 16459719.
HSL color Cylindrical-coordinate representation of color #C727FB: hue angle of 285.28º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C727FB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 39 | 251 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 285.28º | 0.96% | 0.57% | - |
| HSV(B) | 285.28º | 0.84% | 0.98% | - |
| XYZ | 41.69 | 20.56 | 93.04 | - |
| YUV | 111.01 | 207.01 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 39 | 251 | 0.21 | 0.84 | 0 | 0.02 | 285.28 | 0.96 | 0.57 |
| Hex | C7 | 27 | FB | 15 | 54 | 0 | 2 | 11D | 60 | 39 |
| Octal | 307 | 47 | 373 | 25 | 124 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000111 | 100111 | 11111011 | 10101 | 1010100 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C727FB
Complementary color
Monochromatic Colors of #C727FB
Black with #C727FB
Text Example
Text Example
White with #C727FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C727FB; }
p { color: rgb(199,39,251); }
H1.HeaderClassName
{
color: #C727FB;
}
.AnyTagClassName
{
color: #C727FB;
}
</style>
background-color css
<style>
a { background-color: #C727FB; }
a { background-color: rgb(199,39,251); }
div.DivClassName
{
background-color: #C727FB;
}
.BgClassName
{
background-color: #C727FB;
}
</style>
border-color css
<style>
span { border-color: #C727FB; }
span { border-color: rgb(199,39,251); }
td.TdClassName
{
border-color: #C727FB;
}
.TagClassName
{
border-color: #C727FB;
}
</style>