Shades of Electric Purple #C61AF6
Tints of Electric Purple #C61AF6
RGB
CMYK
RGB Variations
Color information
#C61AF6 (or 0xC61AF6) is known color: Electric Purple. HEX triplet: C6, 1A and F6. RGB value is (198,26,246). Sum of RGB (Red+Green+Blue) = 198+26+246=470 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.13% from 470); Green value is 26 (10.55% from 255 or 5.53% from 470); Blue value is 246 (96.48% from 255 or 52.34% from 470); Max value from RGB is 246 - color contains mainly: blue. Hex color #C61AF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61AF6 is #39E509. Grayscale: #656565. Windows color (decimal): -3794186 or 16128710. OLE color: 16128710.
HSL color Cylindrical-coordinate representation of color #C61AF6: hue angle of 286.91º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61AF6 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 26 | 246 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.04 |
| HSL | 286.91º | 0.92% | 0.53% | - |
| HSV(B) | 286.91º | 0.89% | 0.96% | - |
| XYZ | 40.29 | 19.4 | 88.81 | - |
| YUV | 102.51 | 208.98 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 26 | 246 | 0.20 | 0.89 | 0 | 0.04 | 286.91 | 0.92 | 0.53 |
| Hex | C6 | 1A | F6 | 14 | 59 | 0 | 4 | 11F | 5C | 35 |
| Octal | 306 | 32 | 366 | 24 | 131 | 0 | 4 | 437 | 134 | 65 |
| Binary | 11000110 | 11010 | 11110110 | 10100 | 1011001 | 0 | 100 | 100011111 | 1011100 | 110101 |
Color Harmonies of #C61AF6
Complementary color
Monochromatic Colors of #C61AF6
Black with #C61AF6
Text Example
Text Example
White with #C61AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61AF6; }
p { color: rgb(198,26,246); }
H1.HeaderClassName
{
color: #C61AF6;
}
.AnyTagClassName
{
color: #C61AF6;
}
</style>
background-color css
<style>
a { background-color: #C61AF6; }
a { background-color: rgb(198,26,246); }
div.DivClassName
{
background-color: #C61AF6;
}
.BgClassName
{
background-color: #C61AF6;
}
</style>
border-color css
<style>
span { border-color: #C61AF6; }
span { border-color: rgb(198,26,246); }
td.TdClassName
{
border-color: #C61AF6;
}
.TagClassName
{
border-color: #C61AF6;
}
</style>