Shades of Electric Purple #C61FFB
Tints of Electric Purple #C61FFB
RGB
CMYK
RGB Variations
Color information
#C61FFB (or 0xC61FFB) is known color: Electric Purple. HEX triplet: C6, 1F and FB. RGB value is (198,31,251). Sum of RGB (Red+Green+Blue) = 198+31+251=480 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.25% from 480); Green value is 31 (12.5% from 255 or 6.46% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #C61FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61FFB is #39E004. Grayscale: #696969. Windows color (decimal): -3792901 or 16457670. OLE color: 16457670.
HSL color Cylindrical-coordinate representation of color #C61FFB: hue angle of 285.55º 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 #C61FFB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 31 | 251 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.02 |
| HSL | 285.55º | 0.96% | 0.55% | - |
| HSV(B) | 285.55º | 0.88% | 0.98% | - |
| XYZ | 41.19 | 19.95 | 92.95 | - |
| YUV | 106.01 | 209.83 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 31 | 251 | 0.21 | 0.88 | 0 | 0.02 | 285.55 | 0.96 | 0.55 |
| Hex | C6 | 1F | FB | 15 | 58 | 0 | 2 | 11E | 60 | 37 |
| Octal | 306 | 37 | 373 | 25 | 130 | 0 | 2 | 436 | 140 | 67 |
| Binary | 11000110 | 11111 | 11111011 | 10101 | 1011000 | 0 | 10 | 100011110 | 1100000 | 110111 |
Color Harmonies of #C61FFB
Complementary color
Monochromatic Colors of #C61FFB
Black with #C61FFB
Text Example
Text Example
White with #C61FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61FFB; }
p { color: rgb(198,31,251); }
H1.HeaderClassName
{
color: #C61FFB;
}
.AnyTagClassName
{
color: #C61FFB;
}
</style>
background-color css
<style>
a { background-color: #C61FFB; }
a { background-color: rgb(198,31,251); }
div.DivClassName
{
background-color: #C61FFB;
}
.BgClassName
{
background-color: #C61FFB;
}
</style>
border-color css
<style>
span { border-color: #C61FFB; }
span { border-color: rgb(198,31,251); }
td.TdClassName
{
border-color: #C61FFB;
}
.TagClassName
{
border-color: #C61FFB;
}
</style>