Shades of Electric Purple #C60DF9
Tints of Electric Purple #C60DF9
RGB
CMYK
RGB Variations
Color information
#C60DF9 (or 0xC60DF9) is known color: Electric Purple. HEX triplet: C6, 0D and F9. RGB value is (198,13,249). Sum of RGB (Red+Green+Blue) = 198+13+249=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 13 (5.47% from 255 or 2.83% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #C60DF9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60DF9 is #39F206. Grayscale: #5E5E5E. Windows color (decimal): -3797511 or 16321990. OLE color: 16321990.
HSL color Cylindrical-coordinate representation of color #C60DF9: hue angle of 287.03º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60DF9 is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 13 | 249 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.02 |
| HSL | 287.03º | 0.95% | 0.51% | - |
| HSV(B) | 287.03º | 0.95% | 0.98% | - |
| XYZ | 40.53 | 19.13 | 91.18 | - |
| YUV | 95.22 | 214.79 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 13 | 249 | 0.20 | 0.95 | 0 | 0.02 | 287.03 | 0.95 | 0.51 |
| Hex | C6 | D | F9 | 14 | 5F | 0 | 2 | 11F | 5F | 33 |
| Octal | 306 | 15 | 371 | 24 | 137 | 0 | 2 | 437 | 137 | 63 |
| Binary | 11000110 | 1101 | 11111001 | 10100 | 1011111 | 0 | 10 | 100011111 | 1011111 | 110011 |
Color Harmonies of #C60DF9
Complementary color
Monochromatic Colors of #C60DF9
Black with #C60DF9
Text Example
Text Example
White with #C60DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60DF9; }
p { color: rgb(198,13,249); }
H1.HeaderClassName
{
color: #C60DF9;
}
.AnyTagClassName
{
color: #C60DF9;
}
</style>
background-color css
<style>
a { background-color: #C60DF9; }
a { background-color: rgb(198,13,249); }
div.DivClassName
{
background-color: #C60DF9;
}
.BgClassName
{
background-color: #C60DF9;
}
</style>
border-color css
<style>
span { border-color: #C60DF9; }
span { border-color: rgb(198,13,249); }
td.TdClassName
{
border-color: #C60DF9;
}
.TagClassName
{
border-color: #C60DF9;
}
</style>