Shades of Electric Purple #C61CE5
Tints of Electric Purple #C61CE5
RGB
CMYK
RGB Variations
Color information
#C61CE5 (or 0xC61CE5) is known color: Electric Purple. HEX triplet: C6, 1C and E5. RGB value is (198,28,229). Sum of RGB (Red+Green+Blue) = 198+28+229=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 28 (11.33% from 255 or 6.15% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #C61CE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C61CE5 is #39E31A. Grayscale: #656565. Windows color (decimal): -3793691 or 15015110. OLE color: 15015110.
HSL color Cylindrical-coordinate representation of color #C61CE5: hue angle of 290.75º degrees, saturation: 0.79, 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 #C61CE5 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 28 | 229 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.10 |
| HSL | 290.75º | 0.79% | 0.5% | - |
| HSV(B) | 290.75º | 0.88% | 0.9% | - |
| XYZ | 37.85 | 18.49 | 75.7 | - |
| YUV | 101.74 | 199.82 | 196.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 28 | 229 | 0.14 | 0.88 | 0 | 0.10 | 290.75 | 0.79 | 0.5 |
| Hex | C6 | 1C | E5 | E | 58 | 0 | A | 123 | 4F | 32 |
| Octal | 306 | 34 | 345 | 16 | 130 | 0 | 12 | 443 | 117 | 62 |
| Binary | 11000110 | 11100 | 11100101 | 1110 | 1011000 | 0 | 1010 | 100100011 | 1001111 | 110010 |
Color Harmonies of #C61CE5
Complementary color
Monochromatic Colors of #C61CE5
Black with #C61CE5
Text Example
Text Example
White with #C61CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61CE5; }
p { color: rgb(198,28,229); }
H1.HeaderClassName
{
color: #C61CE5;
}
.AnyTagClassName
{
color: #C61CE5;
}
</style>
background-color css
<style>
a { background-color: #C61CE5; }
a { background-color: rgb(198,28,229); }
div.DivClassName
{
background-color: #C61CE5;
}
.BgClassName
{
background-color: #C61CE5;
}
</style>
border-color css
<style>
span { border-color: #C61CE5; }
span { border-color: rgb(198,28,229); }
td.TdClassName
{
border-color: #C61CE5;
}
.TagClassName
{
border-color: #C61CE5;
}
</style>