Shades of Electric Purple #C61CEA
Tints of Electric Purple #C61CEA
RGB
CMYK
RGB Variations
Color information
#C61CEA (or 0xC61CEA) is known color: Electric Purple. HEX triplet: C6, 1C and EA. RGB value is (198,28,234). Sum of RGB (Red+Green+Blue) = 198+28+234=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #C61CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61CEA is #39E315. Grayscale: #656565. Windows color (decimal): -3793686 or 15342790. OLE color: 15342790.
HSL color Cylindrical-coordinate representation of color #C61CEA: hue angle of 289.51º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C61CEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 28 | 234 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.08 |
| HSL | 289.51º | 0.83% | 0.51% | - |
| HSV(B) | 289.51º | 0.88% | 0.92% | - |
| XYZ | 38.56 | 18.78 | 79.43 | - |
| YUV | 102.31 | 202.32 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 234 | 0.15 | 0.88 | 0 | 0.08 | 289.51 | 0.83 | 0.51 |
| Hex | C6 | 1C | EA | F | 58 | 0 | 8 | 122 | 53 | 33 |
| Octal | 306 | 34 | 352 | 17 | 130 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11000110 | 11100 | 11101010 | 1111 | 1011000 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C61CEA
Complementary color
Monochromatic Colors of #C61CEA
Black with #C61CEA
Text Example
Text Example
White with #C61CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CEA; }
p { color: rgb(198,28,234); }
H1.HeaderClassName
{
color: #C61CEA;
}
.AnyTagClassName
{
color: #C61CEA;
}
</style>
background-color css
<style>
a { background-color: #C61CEA; }
a { background-color: rgb(198,28,234); }
div.DivClassName
{
background-color: #C61CEA;
}
.BgClassName
{
background-color: #C61CEA;
}
</style>
border-color css
<style>
span { border-color: #C61CEA; }
span { border-color: rgb(198,28,234); }
td.TdClassName
{
border-color: #C61CEA;
}
.TagClassName
{
border-color: #C61CEA;
}
</style>