Shades of Electric Purple #C61DFA
Tints of Electric Purple #C61DFA
RGB
CMYK
RGB Variations
Color information
#C61DFA (or 0xC61DFA) is known color: Electric Purple. HEX triplet: C6, 1D and FA. RGB value is (198,29,250). Sum of RGB (Red+Green+Blue) = 198+29+250=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 29 (11.72% from 255 or 6.08% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #C61DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61DFA is #39E205. Grayscale: #686868. Windows color (decimal): -3793414 or 16391622. OLE color: 16391622.
HSL color Cylindrical-coordinate representation of color #C61DFA: hue angle of 285.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61DFA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 29 | 250 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.02 |
| HSL | 285.88º | 0.96% | 0.55% | - |
| HSV(B) | 285.88º | 0.88% | 0.98% | - |
| XYZ | 40.98 | 19.79 | 92.1 | - |
| YUV | 104.73 | 209.99 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 29 | 250 | 0.21 | 0.88 | 0 | 0.02 | 285.88 | 0.96 | 0.55 |
| Hex | C6 | 1D | FA | 15 | 58 | 0 | 2 | 11E | 60 | 37 |
| Octal | 306 | 35 | 372 | 25 | 130 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11000110 | 11101 | 11111010 | 10101 | 1011000 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C61DFA
Complementary color
Monochromatic Colors of #C61DFA
Black with #C61DFA
Text Example
Text Example
White with #C61DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61DFA; }
p { color: rgb(198,29,250); }
H1.HeaderClassName
{
color: #C61DFA;
}
.AnyTagClassName
{
color: #C61DFA;
}
</style>
background-color css
<style>
a { background-color: #C61DFA; }
a { background-color: rgb(198,29,250); }
div.DivClassName
{
background-color: #C61DFA;
}
.BgClassName
{
background-color: #C61DFA;
}
</style>
border-color css
<style>
span { border-color: #C61DFA; }
span { border-color: rgb(198,29,250); }
td.TdClassName
{
border-color: #C61DFA;
}
.TagClassName
{
border-color: #C61DFA;
}
</style>