Shades of Electric Purple #C61BE5
Tints of Electric Purple #C61BE5
RGB
CMYK
RGB Variations
Color information
#C61BE5 (or 0xC61BE5) is known color: Electric Purple. HEX triplet: C6, 1B and E5. RGB value is (198,27,229). Sum of RGB (Red+Green+Blue) = 198+27+229=454 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.61% from 454); Green value is 27 (10.94% from 255 or 5.95% from 454); Blue value is 229 (89.84% from 255 or 50.44% from 454); Max value from RGB is 229 - color contains mainly: blue. Hex color #C61BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61BE5 is #39E41A. Grayscale: #646464. Windows color (decimal): -3793947 or 15014854. OLE color: 15014854.
HSL color Cylindrical-coordinate representation of color #C61BE5: hue angle of 290.79º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61BE5 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 27 | 229 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.10 |
| HSL | 290.79º | 0.8% | 0.5% | - |
| HSV(B) | 290.79º | 0.88% | 0.9% | - |
| XYZ | 37.82 | 18.45 | 75.7 | - |
| YUV | 101.16 | 200.15 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 229 | 0.14 | 0.88 | 0 | 0.10 | 290.79 | 0.8 | 0.5 |
| Hex | C6 | 1B | E5 | E | 58 | 0 | A | 123 | 50 | 32 |
| Octal | 306 | 33 | 345 | 16 | 130 | 0 | 12 | 443 | 120 | 62 |
| Binary | 11000110 | 11011 | 11100101 | 1110 | 1011000 | 0 | 1010 | 100100011 | 1010000 | 110010 |
Color Harmonies of #C61BE5
Complementary color
Monochromatic Colors of #C61BE5
Black with #C61BE5
Text Example
Text Example
White with #C61BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BE5; }
p { color: rgb(198,27,229); }
H1.HeaderClassName
{
color: #C61BE5;
}
.AnyTagClassName
{
color: #C61BE5;
}
</style>
background-color css
<style>
a { background-color: #C61BE5; }
a { background-color: rgb(198,27,229); }
div.DivClassName
{
background-color: #C61BE5;
}
.BgClassName
{
background-color: #C61BE5;
}
</style>
border-color css
<style>
span { border-color: #C61BE5; }
span { border-color: rgb(198,27,229); }
td.TdClassName
{
border-color: #C61BE5;
}
.TagClassName
{
border-color: #C61BE5;
}
</style>