Shades of Electric Purple #C61CEB
Tints of Electric Purple #C61CEB
RGB
CMYK
RGB Variations
Color information
#C61CEB (or 0xC61CEB) is known color: Electric Purple. HEX triplet: C6, 1C and EB. RGB value is (198,28,235). Sum of RGB (Red+Green+Blue) = 198+28+235=461 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.95% from 461); Green value is 28 (11.33% from 255 or 6.07% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #C61CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CEB is #39E314. Grayscale: #656565. Windows color (decimal): -3793685 or 15408326. OLE color: 15408326.
HSL color Cylindrical-coordinate representation of color #C61CEB: hue angle of 289.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CEB is Cyan = 0.16, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 28 | 235 | - |
| CMYK | 0.16 | 0.88 | 0 | 0.08 |
| HSL | 289.28º | 0.84% | 0.52% | - |
| HSV(B) | 289.28º | 0.88% | 0.92% | - |
| XYZ | 38.7 | 18.83 | 80.19 | - |
| YUV | 102.43 | 202.82 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 235 | 0.16 | 0.88 | 0 | 0.08 | 289.28 | 0.84 | 0.52 |
| Hex | C6 | 1C | EB | 10 | 58 | 0 | 8 | 121 | 54 | 34 |
| Octal | 306 | 34 | 353 | 20 | 130 | 0 | 10 | 441 | 124 | 64 |
| Binary | 11000110 | 11100 | 11101011 | 10000 | 1011000 | 0 | 1000 | 100100001 | 1010100 | 110100 |
Color Harmonies of #C61CEB
Complementary color
Monochromatic Colors of #C61CEB
Black with #C61CEB
Text Example
Text Example
White with #C61CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CEB; }
p { color: rgb(198,28,235); }
H1.HeaderClassName
{
color: #C61CEB;
}
.AnyTagClassName
{
color: #C61CEB;
}
</style>
background-color css
<style>
a { background-color: #C61CEB; }
a { background-color: rgb(198,28,235); }
div.DivClassName
{
background-color: #C61CEB;
}
.BgClassName
{
background-color: #C61CEB;
}
</style>
border-color css
<style>
span { border-color: #C61CEB; }
span { border-color: rgb(198,28,235); }
td.TdClassName
{
border-color: #C61CEB;
}
.TagClassName
{
border-color: #C61CEB;
}
</style>