Shades of Electric Purple #C61BEA
Tints of Electric Purple #C61BEA
RGB
CMYK
RGB Variations
Color information
#C61BEA (or 0xC61BEA) is known color: Electric Purple. HEX triplet: C6, 1B and EA. RGB value is (198,27,234). Sum of RGB (Red+Green+Blue) = 198+27+234=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #C61BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BEA is #39E415. Grayscale: #656565. Windows color (decimal): -3793942 or 15342534. OLE color: 15342534.
HSL color Cylindrical-coordinate representation of color #C61BEA: hue angle of 289.57º 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 #C61BEA is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 27 | 234 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.08 |
| HSL | 289.57º | 0.83% | 0.51% | - |
| HSV(B) | 289.57º | 0.88% | 0.92% | - |
| XYZ | 38.53 | 18.73 | 79.43 | - |
| YUV | 101.73 | 202.65 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 234 | 0.15 | 0.88 | 0 | 0.08 | 289.57 | 0.83 | 0.51 |
| Hex | C6 | 1B | EA | F | 58 | 0 | 8 | 122 | 53 | 33 |
| Octal | 306 | 33 | 352 | 17 | 130 | 0 | 10 | 442 | 123 | 63 |
| Binary | 11000110 | 11011 | 11101010 | 1111 | 1011000 | 0 | 1000 | 100100010 | 1010011 | 110011 |
Color Harmonies of #C61BEA
Complementary color
Monochromatic Colors of #C61BEA
Black with #C61BEA
Text Example
Text Example
White with #C61BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BEA; }
p { color: rgb(198,27,234); }
H1.HeaderClassName
{
color: #C61BEA;
}
.AnyTagClassName
{
color: #C61BEA;
}
</style>
background-color css
<style>
a { background-color: #C61BEA; }
a { background-color: rgb(198,27,234); }
div.DivClassName
{
background-color: #C61BEA;
}
.BgClassName
{
background-color: #C61BEA;
}
</style>
border-color css
<style>
span { border-color: #C61BEA; }
span { border-color: rgb(198,27,234); }
td.TdClassName
{
border-color: #C61BEA;
}
.TagClassName
{
border-color: #C61BEA;
}
</style>