Shades of Electric Purple #C613FA
Tints of Electric Purple #C613FA
RGB
CMYK
RGB Variations
Color information
#C613FA (or 0xC613FA) is known color: Electric Purple. HEX triplet: C6, 13 and FA. RGB value is (198,19,250). Sum of RGB (Red+Green+Blue) = 198+19+250=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 19 (7.81% from 255 or 4.07% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #C613FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613FA is #39EC05. Grayscale: #626262. Windows color (decimal): -3795974 or 16389062. OLE color: 16389062.
HSL color Cylindrical-coordinate representation of color #C613FA: hue angle of 286.49º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C613FA is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 19 | 250 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.02 |
| HSL | 286.49º | 0.96% | 0.53% | - |
| HSV(B) | 286.49º | 0.92% | 0.98% | - |
| XYZ | 40.78 | 19.37 | 92.03 | - |
| YUV | 98.86 | 213.3 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 250 | 0.21 | 0.92 | 0 | 0.02 | 286.49 | 0.96 | 0.53 |
| Hex | C6 | 13 | FA | 15 | 5C | 0 | 2 | 11E | 60 | 35 |
| Octal | 306 | 23 | 372 | 25 | 134 | 0 | 2 | 436 | 140 | 65 |
| Binary | 11000110 | 10011 | 11111010 | 10101 | 1011100 | 0 | 10 | 100011110 | 1100000 | 110101 |
Color Harmonies of #C613FA
Complementary color
Monochromatic Colors of #C613FA
Black with #C613FA
Text Example
Text Example
White with #C613FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613FA; }
p { color: rgb(198,19,250); }
H1.HeaderClassName
{
color: #C613FA;
}
.AnyTagClassName
{
color: #C613FA;
}
</style>
background-color css
<style>
a { background-color: #C613FA; }
a { background-color: rgb(198,19,250); }
div.DivClassName
{
background-color: #C613FA;
}
.BgClassName
{
background-color: #C613FA;
}
</style>
border-color css
<style>
span { border-color: #C613FA; }
span { border-color: rgb(198,19,250); }
td.TdClassName
{
border-color: #C613FA;
}
.TagClassName
{
border-color: #C613FA;
}
</style>