Shades of Electric Purple #C61FEA
Tints of Electric Purple #C61FEA
RGB
CMYK
RGB Variations
Color information
#C61FEA (or 0xC61FEA) is known color: Electric Purple. HEX triplet: C6, 1F and EA. RGB value is (198,31,234). Sum of RGB (Red+Green+Blue) = 198+31+234=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C61FEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FEA is #39E015. Grayscale: #676767. Windows color (decimal): -3792918 or 15343558. OLE color: 15343558.
HSL color Cylindrical-coordinate representation of color #C61FEA: hue angle of 289.36º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C61FEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 31 | 234 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.08 |
| HSL | 289.36º | 0.83% | 0.52% | - |
| HSV(B) | 289.36º | 0.87% | 0.92% | - |
| XYZ | 38.63 | 18.93 | 79.46 | - |
| YUV | 104.08 | 201.33 | 194.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 234 | 0.15 | 0.87 | 0 | 0.08 | 289.36 | 0.83 | 0.52 |
| Hex | C6 | 1F | EA | F | 57 | 0 | 8 | 121 | 53 | 34 |
| Octal | 306 | 37 | 352 | 17 | 127 | 0 | 10 | 441 | 123 | 64 |
| Binary | 11000110 | 11111 | 11101010 | 1111 | 1010111 | 0 | 1000 | 100100001 | 1010011 | 110100 |
Color Harmonies of #C61FEA
Complementary color
Monochromatic Colors of #C61FEA
Black with #C61FEA
Text Example
Text Example
White with #C61FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FEA; }
p { color: rgb(198,31,234); }
H1.HeaderClassName
{
color: #C61FEA;
}
.AnyTagClassName
{
color: #C61FEA;
}
</style>
background-color css
<style>
a { background-color: #C61FEA; }
a { background-color: rgb(198,31,234); }
div.DivClassName
{
background-color: #C61FEA;
}
.BgClassName
{
background-color: #C61FEA;
}
</style>
border-color css
<style>
span { border-color: #C61FEA; }
span { border-color: rgb(198,31,234); }
td.TdClassName
{
border-color: #C61FEA;
}
.TagClassName
{
border-color: #C61FEA;
}
</style>