Shades of Electric Purple #C62CF7
Tints of Electric Purple #C62CF7
RGB
CMYK
RGB Variations
Color information
#C62CF7 (or 0xC62CF7) is known color: Electric Purple. HEX triplet: C6, 2C and F7. RGB value is (198,44,247). Sum of RGB (Red+Green+Blue) = 198+44+247=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 44 (17.58% from 255 or 9.00% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #C62CF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62CF7 is #39D308. Grayscale: #707070. Windows color (decimal): -3789577 or 16198854. OLE color: 16198854.
HSL color Cylindrical-coordinate representation of color #C62CF7: hue angle of 285.52º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C62CF7 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 198 | 44 | 247 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.03 |
| HSL | 285.52º | 0.93% | 0.57% | - |
| HSV(B) | 285.52º | 0.82% | 0.97% | - |
| XYZ | 40.98 | 20.52 | 89.8 | - |
| YUV | 113.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 44 | 247 | 0.20 | 0.82 | 0 | 0.03 | 285.52 | 0.93 | 0.57 |
| Hex | C6 | 2C | F7 | 14 | 52 | 0 | 3 | 11E | 5D | 39 |
| Octal | 306 | 54 | 367 | 24 | 122 | 0 | 3 | 436 | 135 | 71 |
| Binary | 11000110 | 101100 | 11110111 | 10100 | 1010010 | 0 | 11 | 100011110 | 1011101 | 111001 |
Color Harmonies of #C62CF7
Complementary color
Monochromatic Colors of #C62CF7
Black with #C62CF7
Text Example
Text Example
White with #C62CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62CF7; }
p { color: rgb(198,44,247); }
H1.HeaderClassName
{
color: #C62CF7;
}
.AnyTagClassName
{
color: #C62CF7;
}
</style>
background-color css
<style>
a { background-color: #C62CF7; }
a { background-color: rgb(198,44,247); }
div.DivClassName
{
background-color: #C62CF7;
}
.BgClassName
{
background-color: #C62CF7;
}
</style>
border-color css
<style>
span { border-color: #C62CF7; }
span { border-color: rgb(198,44,247); }
td.TdClassName
{
border-color: #C62CF7;
}
.TagClassName
{
border-color: #C62CF7;
}
</style>