Shades of Electric Purple #C61AF2
Tints of Electric Purple #C61AF2
RGB
CMYK
RGB Variations
Color information
#C61AF2 (or 0xC61AF2) is known color: Electric Purple. HEX triplet: C6, 1A and F2. RGB value is (198,26,242). Sum of RGB (Red+Green+Blue) = 198+26+242=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 26 (10.55% from 255 or 5.58% from 466); Blue value is 242 (94.92% from 255 or 51.93% from 466); Max value from RGB is 242 - color contains mainly: blue. Hex color #C61AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AF2 is #39E50D. Grayscale: #656565. Windows color (decimal): -3794190 or 15866566. OLE color: 15866566.
HSL color Cylindrical-coordinate representation of color #C61AF2: hue angle of 287.78º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61AF2 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 26 | 242 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.05 |
| HSL | 287.78º | 0.89% | 0.53% | - |
| HSV(B) | 287.78º | 0.89% | 0.95% | - |
| XYZ | 39.69 | 19.16 | 85.61 | - |
| YUV | 102.05 | 206.98 | 196.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 242 | 0.18 | 0.89 | 0 | 0.05 | 287.78 | 0.89 | 0.53 |
| Hex | C6 | 1A | F2 | 12 | 59 | 0 | 5 | 120 | 59 | 35 |
| Octal | 306 | 32 | 362 | 22 | 131 | 0 | 5 | 440 | 131 | 65 |
| Binary | 11000110 | 11010 | 11110010 | 10010 | 1011001 | 0 | 101 | 100100000 | 1011001 | 110101 |
Color Harmonies of #C61AF2
Complementary color
Monochromatic Colors of #C61AF2
Black with #C61AF2
Text Example
Text Example
White with #C61AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AF2; }
p { color: rgb(198,26,242); }
H1.HeaderClassName
{
color: #C61AF2;
}
.AnyTagClassName
{
color: #C61AF2;
}
</style>
background-color css
<style>
a { background-color: #C61AF2; }
a { background-color: rgb(198,26,242); }
div.DivClassName
{
background-color: #C61AF2;
}
.BgClassName
{
background-color: #C61AF2;
}
</style>
border-color css
<style>
span { border-color: #C61AF2; }
span { border-color: rgb(198,26,242); }
td.TdClassName
{
border-color: #C61AF2;
}
.TagClassName
{
border-color: #C61AF2;
}
</style>