Shades of Electric Purple #C631FA
Tints of Electric Purple #C631FA
RGB
CMYK
RGB Variations
Color information
#C631FA (or 0xC631FA) is known color: Electric Purple. HEX triplet: C6, 31 and FA. RGB value is (198,49,250). Sum of RGB (Red+Green+Blue) = 198+49+250=497 (65% of max value = 765). Red value is 198 (77.73% from 255 or 39.84% from 497); Green value is 49 (19.53% from 255 or 9.86% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C631FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C631FA is #39CE05. Grayscale: #737373. Windows color (decimal): -3788294 or 16396742. OLE color: 16396742.
HSL color Cylindrical-coordinate representation of color #C631FA: hue angle of 284.48º 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 #C631FA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 49 | 250 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.02 |
| HSL | 284.48º | 0.95% | 0.59% | - |
| HSV(B) | 284.48º | 0.8% | 0.98% | - |
| XYZ | 41.64 | 21.1 | 92.32 | - |
| YUV | 116.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 49 | 250 | 0.21 | 0.80 | 0 | 0.02 | 284.48 | 0.95 | 0.59 |
| Hex | C6 | 31 | FA | 15 | 50 | 0 | 2 | 11C | 5F | 3B |
| Octal | 306 | 61 | 372 | 25 | 120 | 0 | 2 | 434 | 137 | 73 |
| Binary | 11000110 | 110001 | 11111010 | 10101 | 1010000 | 0 | 10 | 100011100 | 1011111 | 111011 |
Color Harmonies of #C631FA
Complementary color
Monochromatic Colors of #C631FA
Black with #C631FA
Text Example
Text Example
White with #C631FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C631FA; }
p { color: rgb(198,49,250); }
H1.HeaderClassName
{
color: #C631FA;
}
.AnyTagClassName
{
color: #C631FA;
}
</style>
background-color css
<style>
a { background-color: #C631FA; }
a { background-color: rgb(198,49,250); }
div.DivClassName
{
background-color: #C631FA;
}
.BgClassName
{
background-color: #C631FA;
}
</style>
border-color css
<style>
span { border-color: #C631FA; }
span { border-color: rgb(198,49,250); }
td.TdClassName
{
border-color: #C631FA;
}
.TagClassName
{
border-color: #C631FA;
}
</style>