Shades of Electric Purple #C731FB
Tints of Electric Purple #C731FB
RGB
CMYK
RGB Variations
Color information
#C731FB (or 0xC731FB) is known color: Electric Purple. HEX triplet: C7, 31 and FB. RGB value is (199,49,251). Sum of RGB (Red+Green+Blue) = 199+49+251=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 49 (19.53% from 255 or 9.82% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #C731FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C731FB is #38CE04. Grayscale: #747474. Windows color (decimal): -3722757 or 16462279. OLE color: 16462279.
HSL color Cylindrical-coordinate representation of color #C731FB: hue angle of 284.55º degrees, saturation: 0.96, 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 #C731FB is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 49 | 251 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.02 |
| HSL | 284.55º | 0.96% | 0.59% | - |
| HSV(B) | 284.55º | 0.8% | 0.98% | - |
| XYZ | 42.06 | 21.3 | 93.16 | - |
| YUV | 116.88 | 203.7 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 251 | 0.21 | 0.80 | 0 | 0.02 | 284.55 | 0.96 | 0.59 |
| Hex | C7 | 31 | FB | 15 | 50 | 0 | 2 | 11D | 60 | 3B |
| Octal | 307 | 61 | 373 | 25 | 120 | 0 | 2 | 435 | 140 | 73 |
| Binary | 11000111 | 110001 | 11111011 | 10101 | 1010000 | 0 | 10 | 100011101 | 1100000 | 111011 |
Color Harmonies of #C731FB
Complementary color
Monochromatic Colors of #C731FB
Black with #C731FB
Text Example
Text Example
White with #C731FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C731FB; }
p { color: rgb(199,49,251); }
H1.HeaderClassName
{
color: #C731FB;
}
.AnyTagClassName
{
color: #C731FB;
}
</style>
background-color css
<style>
a { background-color: #C731FB; }
a { background-color: rgb(199,49,251); }
div.DivClassName
{
background-color: #C731FB;
}
.BgClassName
{
background-color: #C731FB;
}
</style>
border-color css
<style>
span { border-color: #C731FB; }
span { border-color: rgb(199,49,251); }
td.TdClassName
{
border-color: #C731FB;
}
.TagClassName
{
border-color: #C731FB;
}
</style>