Shades of Electric Purple #C61AF1
Tints of Electric Purple #C61AF1
RGB
CMYK
RGB Variations
Color information
#C61AF1 (or 0xC61AF1) is known color: Electric Purple. HEX triplet: C6, 1A and F1. RGB value is (198,26,241). Sum of RGB (Red+Green+Blue) = 198+26+241=465 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.58% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #C61AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AF1 is #39E50E. Grayscale: #656565. Windows color (decimal): -3794191 or 15801030. OLE color: 15801030.
HSL color Cylindrical-coordinate representation of color #C61AF1: hue angle of 288º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61AF1 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 26 | 241 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.05 |
| HSL | 288º | 0.88% | 0.52% | - |
| HSV(B) | 288º | 0.89% | 0.95% | - |
| XYZ | 39.54 | 19.1 | 84.82 | - |
| YUV | 101.94 | 206.48 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 241 | 0.18 | 0.89 | 0 | 0.05 | 288 | 0.88 | 0.52 |
| Hex | C6 | 1A | F1 | 12 | 59 | 0 | 5 | 120 | 58 | 34 |
| Octal | 306 | 32 | 361 | 22 | 131 | 0 | 5 | 440 | 130 | 64 |
| Binary | 11000110 | 11010 | 11110001 | 10010 | 1011001 | 0 | 101 | 100100000 | 1011000 | 110100 |
Color Harmonies of #C61AF1
Complementary color
Monochromatic Colors of #C61AF1
Black with #C61AF1
Text Example
Text Example
White with #C61AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AF1; }
p { color: rgb(198,26,241); }
H1.HeaderClassName
{
color: #C61AF1;
}
.AnyTagClassName
{
color: #C61AF1;
}
</style>
background-color css
<style>
a { background-color: #C61AF1; }
a { background-color: rgb(198,26,241); }
div.DivClassName
{
background-color: #C61AF1;
}
.BgClassName
{
background-color: #C61AF1;
}
</style>
border-color css
<style>
span { border-color: #C61AF1; }
span { border-color: rgb(198,26,241); }
td.TdClassName
{
border-color: #C61AF1;
}
.TagClassName
{
border-color: #C61AF1;
}
</style>