Shades of Electric Purple #C61BEE
Tints of Electric Purple #C61BEE
RGB
CMYK
RGB Variations
Color information
#C61BEE (or 0xC61BEE) is known color: Electric Purple. HEX triplet: C6, 1B and EE. RGB value is (198,27,238). Sum of RGB (Red+Green+Blue) = 198+27+238=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #C61BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BEE is #39E411. Grayscale: #656565. Windows color (decimal): -3793938 or 15604678. OLE color: 15604678.
HSL color Cylindrical-coordinate representation of color #C61BEE: hue angle of 288.63º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61BEE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 27 | 238 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.07 |
| HSL | 288.63º | 0.86% | 0.52% | - |
| HSV(B) | 288.63º | 0.89% | 0.93% | - |
| XYZ | 39.11 | 18.96 | 82.49 | - |
| YUV | 102.18 | 204.65 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 238 | 0.17 | 0.89 | 0 | 0.07 | 288.63 | 0.86 | 0.52 |
| Hex | C6 | 1B | EE | 11 | 59 | 0 | 7 | 121 | 56 | 34 |
| Octal | 306 | 33 | 356 | 21 | 131 | 0 | 7 | 441 | 126 | 64 |
| Binary | 11000110 | 11011 | 11101110 | 10001 | 1011001 | 0 | 111 | 100100001 | 1010110 | 110100 |
Color Harmonies of #C61BEE
Complementary color
Monochromatic Colors of #C61BEE
Black with #C61BEE
Text Example
Text Example
White with #C61BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BEE; }
p { color: rgb(198,27,238); }
H1.HeaderClassName
{
color: #C61BEE;
}
.AnyTagClassName
{
color: #C61BEE;
}
</style>
background-color css
<style>
a { background-color: #C61BEE; }
a { background-color: rgb(198,27,238); }
div.DivClassName
{
background-color: #C61BEE;
}
.BgClassName
{
background-color: #C61BEE;
}
</style>
border-color css
<style>
span { border-color: #C61BEE; }
span { border-color: rgb(198,27,238); }
td.TdClassName
{
border-color: #C61BEE;
}
.TagClassName
{
border-color: #C61BEE;
}
</style>