Shades of Electric Purple #C613F5
Tints of Electric Purple #C613F5
RGB
CMYK
RGB Variations
Color information
#C613F5 (or 0xC613F5) is known color: Electric Purple. HEX triplet: C6, 13 and F5. RGB value is (198,19,245). Sum of RGB (Red+Green+Blue) = 198+19+245=462 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.86% from 462); Green value is 19 (7.81% from 255 or 4.11% from 462); Blue value is 245 (96.09% from 255 or 53.03% from 462); Max value from RGB is 245 - color contains mainly: blue. Hex color #C613F5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613F5 is #39EC0A. Grayscale: #616161. Windows color (decimal): -3795979 or 16061382. OLE color: 16061382.
HSL color Cylindrical-coordinate representation of color #C613F5: hue angle of 287.52º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C613F5 is Cyan = 0.19, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 19 | 245 | - |
| CMYK | 0.19 | 0.92 | 0 | 0.04 |
| HSL | 287.52º | 0.92% | 0.52% | - |
| HSV(B) | 287.52º | 0.92% | 0.96% | - |
| XYZ | 40 | 19.06 | 87.96 | - |
| YUV | 98.29 | 210.8 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 245 | 0.19 | 0.92 | 0 | 0.04 | 287.52 | 0.92 | 0.52 |
| Hex | C6 | 13 | F5 | 13 | 5C | 0 | 4 | 120 | 5C | 34 |
| Octal | 306 | 23 | 365 | 23 | 134 | 0 | 4 | 440 | 134 | 64 |
| Binary | 11000110 | 10011 | 11110101 | 10011 | 1011100 | 0 | 100 | 100100000 | 1011100 | 110100 |
Color Harmonies of #C613F5
Complementary color
Monochromatic Colors of #C613F5
Black with #C613F5
Text Example
Text Example
White with #C613F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613F5; }
p { color: rgb(198,19,245); }
H1.HeaderClassName
{
color: #C613F5;
}
.AnyTagClassName
{
color: #C613F5;
}
</style>
background-color css
<style>
a { background-color: #C613F5; }
a { background-color: rgb(198,19,245); }
div.DivClassName
{
background-color: #C613F5;
}
.BgClassName
{
background-color: #C613F5;
}
</style>
border-color css
<style>
span { border-color: #C613F5; }
span { border-color: rgb(198,19,245); }
td.TdClassName
{
border-color: #C613F5;
}
.TagClassName
{
border-color: #C613F5;
}
</style>