Shades of Electric Purple #C731FA
Tints of Electric Purple #C731FA
RGB
CMYK
RGB Variations
Color information
#C731FA (or 0xC731FA) is known color: Electric Purple. HEX triplet: C7, 31 and FA. RGB value is (199,49,250). Sum of RGB (Red+Green+Blue) = 199+49+250=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 49 (19.53% from 255 or 9.84% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C731FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731FA is #38CE05. Grayscale: #747474. Windows color (decimal): -3722758 or 16396743. OLE color: 16396743.
HSL color Cylindrical-coordinate representation of color #C731FA: hue angle of 284.78º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C731FA is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 49 | 250 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.02 |
| HSL | 284.78º | 0.95% | 0.59% | - |
| HSV(B) | 284.78º | 0.8% | 0.98% | - |
| XYZ | 41.91 | 21.24 | 92.33 | - |
| YUV | 116.76 | 203.2 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 250 | 0.20 | 0.80 | 0 | 0.02 | 284.78 | 0.95 | 0.59 |
| Hex | C7 | 31 | FA | 14 | 50 | 0 | 2 | 11D | 5F | 3B |
| Octal | 307 | 61 | 372 | 24 | 120 | 0 | 2 | 435 | 137 | 73 |
| Binary | 11000111 | 110001 | 11111010 | 10100 | 1010000 | 0 | 10 | 100011101 | 1011111 | 111011 |
Color Harmonies of #C731FA
Complementary color
Monochromatic Colors of #C731FA
Black with #C731FA
Text Example
Text Example
White with #C731FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731FA; }
p { color: rgb(199,49,250); }
H1.HeaderClassName
{
color: #C731FA;
}
.AnyTagClassName
{
color: #C731FA;
}
</style>
background-color css
<style>
a { background-color: #C731FA; }
a { background-color: rgb(199,49,250); }
div.DivClassName
{
background-color: #C731FA;
}
.BgClassName
{
background-color: #C731FA;
}
</style>
border-color css
<style>
span { border-color: #C731FA; }
span { border-color: rgb(199,49,250); }
td.TdClassName
{
border-color: #C731FA;
}
.TagClassName
{
border-color: #C731FA;
}
</style>