Shades of Electric Purple #C613E9
Tints of Electric Purple #C613E9
RGB
CMYK
RGB Variations
Color information
#C613E9 (or 0xC613E9) is known color: Electric Purple. HEX triplet: C6, 13 and E9. RGB value is (198,19,233). Sum of RGB (Red+Green+Blue) = 198+19+233=450 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 233 (91.41% from 255 or 51.78% from 450); Max value from RGB is 233 - color contains mainly: blue. Hex color #C613E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613E9 is #39EC16. Grayscale: #606060. Windows color (decimal): -3795991 or 15274950. OLE color: 15274950.
HSL color Cylindrical-coordinate representation of color #C613E9: hue angle of 290.19º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C613E9 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 19 | 233 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.09 |
| HSL | 290.19º | 0.85% | 0.49% | - |
| HSV(B) | 290.19º | 0.92% | 0.91% | - |
| XYZ | 38.23 | 18.35 | 78.62 | - |
| YUV | 96.92 | 204.8 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 233 | 0.15 | 0.92 | 0 | 0.09 | 290.19 | 0.85 | 0.49 |
| Hex | C6 | 13 | E9 | F | 5C | 0 | 9 | 122 | 55 | 31 |
| Octal | 306 | 23 | 351 | 17 | 134 | 0 | 11 | 442 | 125 | 61 |
| Binary | 11000110 | 10011 | 11101001 | 1111 | 1011100 | 0 | 1001 | 100100010 | 1010101 | 110001 |
Color Harmonies of #C613E9
Complementary color
Monochromatic Colors of #C613E9
Black with #C613E9
Text Example
Text Example
White with #C613E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613E9; }
p { color: rgb(198,19,233); }
H1.HeaderClassName
{
color: #C613E9;
}
.AnyTagClassName
{
color: #C613E9;
}
</style>
background-color css
<style>
a { background-color: #C613E9; }
a { background-color: rgb(198,19,233); }
div.DivClassName
{
background-color: #C613E9;
}
.BgClassName
{
background-color: #C613E9;
}
</style>
border-color css
<style>
span { border-color: #C613E9; }
span { border-color: rgb(198,19,233); }
td.TdClassName
{
border-color: #C613E9;
}
.TagClassName
{
border-color: #C613E9;
}
</style>