Shades of Electric Purple #C607EB
Tints of Electric Purple #C607EB
RGB
CMYK
RGB Variations
Color information
#C607EB (or 0xC607EB) is known color: Electric Purple. HEX triplet: C6, 07 and EB. RGB value is (198,7,235). Sum of RGB (Red+Green+Blue) = 198+7+235=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 7 (3.12% from 255 or 1.59% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #C607EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C607EB is #39F814. Grayscale: #595959. Windows color (decimal): -3799061 or 15402950. OLE color: 15402950.
HSL color Cylindrical-coordinate representation of color #C607EB: hue angle of 290.26º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C607EB is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 7 | 235 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.08 |
| HSL | 290.26º | 0.94% | 0.47% | - |
| HSV(B) | 290.26º | 0.97% | 0.92% | - |
| XYZ | 38.36 | 18.16 | 80.08 | - |
| YUV | 90.1 | 209.78 | 204.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 7 | 235 | 0.16 | 0.97 | 0 | 0.08 | 290.26 | 0.94 | 0.47 |
| Hex | C6 | 7 | EB | 10 | 61 | 0 | 8 | 122 | 5E | 2F |
| Octal | 306 | 7 | 353 | 20 | 141 | 0 | 10 | 442 | 136 | 57 |
| Binary | 11000110 | 111 | 11101011 | 10000 | 1100001 | 0 | 1000 | 100100010 | 1011110 | 101111 |
Color Harmonies of #C607EB
Complementary color
Monochromatic Colors of #C607EB
Black with #C607EB
Text Example
Text Example
White with #C607EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C607EB; }
p { color: rgb(198,7,235); }
H1.HeaderClassName
{
color: #C607EB;
}
.AnyTagClassName
{
color: #C607EB;
}
</style>
background-color css
<style>
a { background-color: #C607EB; }
a { background-color: rgb(198,7,235); }
div.DivClassName
{
background-color: #C607EB;
}
.BgClassName
{
background-color: #C607EB;
}
</style>
border-color css
<style>
span { border-color: #C607EB; }
span { border-color: rgb(198,7,235); }
td.TdClassName
{
border-color: #C607EB;
}
.TagClassName
{
border-color: #C607EB;
}
</style>