Shades of Electric Purple #C60AF3
Tints of Electric Purple #C60AF3
RGB
CMYK
RGB Variations
Color information
#C60AF3 (or 0xC60AF3) is known color: Electric Purple. HEX triplet: C6, 0A and F3. RGB value is (198,10,243). Sum of RGB (Red+Green+Blue) = 198+10+243=451 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.90% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 243 (95.31% from 255 or 53.88% from 451); Max value from RGB is 243 - color contains mainly: blue. Hex color #C60AF3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60AF3 is #39F50C. Grayscale: #5C5C5C. Windows color (decimal): -3798285 or 15928006. OLE color: 15928006.
HSL color Cylindrical-coordinate representation of color #C60AF3: hue angle of 288.41º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60AF3 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 10 | 243 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.05 |
| HSL | 288.41º | 0.92% | 0.5% | - |
| HSV(B) | 288.41º | 0.96% | 0.95% | - |
| XYZ | 39.57 | 18.69 | 86.32 | - |
| YUV | 92.77 | 212.78 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 10 | 243 | 0.19 | 0.96 | 0 | 0.05 | 288.41 | 0.92 | 0.5 |
| Hex | C6 | A | F3 | 13 | 60 | 0 | 5 | 120 | 5C | 32 |
| Octal | 306 | 12 | 363 | 23 | 140 | 0 | 5 | 440 | 134 | 62 |
| Binary | 11000110 | 1010 | 11110011 | 10011 | 1100000 | 0 | 101 | 100100000 | 1011100 | 110010 |
Color Harmonies of #C60AF3
Complementary color
Monochromatic Colors of #C60AF3
Black with #C60AF3
Text Example
Text Example
White with #C60AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60AF3; }
p { color: rgb(198,10,243); }
H1.HeaderClassName
{
color: #C60AF3;
}
.AnyTagClassName
{
color: #C60AF3;
}
</style>
background-color css
<style>
a { background-color: #C60AF3; }
a { background-color: rgb(198,10,243); }
div.DivClassName
{
background-color: #C60AF3;
}
.BgClassName
{
background-color: #C60AF3;
}
</style>
border-color css
<style>
span { border-color: #C60AF3; }
span { border-color: rgb(198,10,243); }
td.TdClassName
{
border-color: #C60AF3;
}
.TagClassName
{
border-color: #C60AF3;
}
</style>