Shades of Electric Purple #C613F9
Tints of Electric Purple #C613F9
RGB
CMYK
RGB Variations
Color information
#C613F9 (or 0xC613F9) is known color: Electric Purple. HEX triplet: C6, 13 and F9. RGB value is (198,19,249). Sum of RGB (Red+Green+Blue) = 198+19+249=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 19 (7.81% from 255 or 4.08% from 466); Blue value is 249 (97.66% from 255 or 53.43% from 466); Max value from RGB is 249 - color contains mainly: blue. Hex color #C613F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C613F9 is #39EC06. Grayscale: #626262. Windows color (decimal): -3795975 or 16323526. OLE color: 16323526.
HSL color Cylindrical-coordinate representation of color #C613F9: hue angle of 286.7º degrees, saturation: 0.95, 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 #C613F9 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 19 | 249 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.02 |
| HSL | 286.7º | 0.95% | 0.53% | - |
| HSV(B) | 286.7º | 0.92% | 0.98% | - |
| XYZ | 40.62 | 19.31 | 91.21 | - |
| YUV | 98.74 | 212.8 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 19 | 249 | 0.20 | 0.92 | 0 | 0.02 | 286.7 | 0.95 | 0.53 |
| Hex | C6 | 13 | F9 | 14 | 5C | 0 | 2 | 11F | 5F | 35 |
| Octal | 306 | 23 | 371 | 24 | 134 | 0 | 2 | 437 | 137 | 65 |
| Binary | 11000110 | 10011 | 11111001 | 10100 | 1011100 | 0 | 10 | 100011111 | 1011111 | 110101 |
Color Harmonies of #C613F9
Complementary color
Monochromatic Colors of #C613F9
Black with #C613F9
Text Example
Text Example
White with #C613F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C613F9; }
p { color: rgb(198,19,249); }
H1.HeaderClassName
{
color: #C613F9;
}
.AnyTagClassName
{
color: #C613F9;
}
</style>
background-color css
<style>
a { background-color: #C613F9; }
a { background-color: rgb(198,19,249); }
div.DivClassName
{
background-color: #C613F9;
}
.BgClassName
{
background-color: #C613F9;
}
</style>
border-color css
<style>
span { border-color: #C613F9; }
span { border-color: rgb(198,19,249); }
td.TdClassName
{
border-color: #C613F9;
}
.TagClassName
{
border-color: #C613F9;
}
</style>