Shades of Electric Purple #C731F9
Tints of Electric Purple #C731F9
RGB
CMYK
RGB Variations
Color information
#C731F9 (or 0xC731F9) is known color: Electric Purple. HEX triplet: C7, 31 and F9. RGB value is (199,49,249). Sum of RGB (Red+Green+Blue) = 199+49+249=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 249 (97.66% from 255 or 50.10% from 497); Max value from RGB is 249 - color contains mainly: blue. Hex color #C731F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731F9 is #38CE06. Grayscale: #747474. Windows color (decimal): -3722759 or 16331207. OLE color: 16331207.
HSL color Cylindrical-coordinate representation of color #C731F9: hue angle of 285º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C731F9 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 49 | 249 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.02 |
| HSL | 285º | 0.94% | 0.58% | - |
| HSV(B) | 285º | 0.8% | 0.98% | - |
| XYZ | 41.75 | 21.18 | 91.51 | - |
| YUV | 116.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 249 | 0.20 | 0.80 | 0 | 0.02 | 285 | 0.94 | 0.58 |
| Hex | C7 | 31 | F9 | 14 | 50 | 0 | 2 | 11D | 5E | 3A |
| Octal | 307 | 61 | 371 | 24 | 120 | 0 | 2 | 435 | 136 | 72 |
| Binary | 11000111 | 110001 | 11111001 | 10100 | 1010000 | 0 | 10 | 100011101 | 1011110 | 111010 |
Color Harmonies of #C731F9
Complementary color
Monochromatic Colors of #C731F9
Black with #C731F9
Text Example
Text Example
White with #C731F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731F9; }
p { color: rgb(199,49,249); }
H1.HeaderClassName
{
color: #C731F9;
}
.AnyTagClassName
{
color: #C731F9;
}
</style>
background-color css
<style>
a { background-color: #C731F9; }
a { background-color: rgb(199,49,249); }
div.DivClassName
{
background-color: #C731F9;
}
.BgClassName
{
background-color: #C731F9;
}
</style>
border-color css
<style>
span { border-color: #C731F9; }
span { border-color: rgb(199,49,249); }
td.TdClassName
{
border-color: #C731F9;
}
.TagClassName
{
border-color: #C731F9;
}
</style>