Shades of Electric Purple #C70BF7
Tints of Electric Purple #C70BF7
RGB
CMYK
RGB Variations
Color information
#C70BF7 (or 0xC70BF7) is known color: Electric Purple. HEX triplet: C7, 0B and F7. RGB value is (199,11,247). Sum of RGB (Red+Green+Blue) = 199+11+247=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 11 (4.69% from 255 or 2.41% from 457); Blue value is 247 (96.88% from 255 or 54.05% from 457); Max value from RGB is 247 - color contains mainly: blue. Hex color #C70BF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BF7 is #38F408. Grayscale: #5D5D5D. Windows color (decimal): -3732489 or 16190407. OLE color: 16190407.
HSL color Cylindrical-coordinate representation of color #C70BF7: hue angle of 287.8º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70BF7 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 11 | 247 | - |
| CMYK | 0.19 | 0.96 | 0 | 0.03 |
| HSL | 287.8º | 0.94% | 0.51% | - |
| HSV(B) | 287.8º | 0.96% | 0.97% | - |
| XYZ | 40.46 | 19.1 | 89.55 | - |
| YUV | 94.12 | 214.28 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 247 | 0.19 | 0.96 | 0 | 0.03 | 287.8 | 0.94 | 0.51 |
| Hex | C7 | B | F7 | 13 | 60 | 0 | 3 | 120 | 5E | 33 |
| Octal | 307 | 13 | 367 | 23 | 140 | 0 | 3 | 440 | 136 | 63 |
| Binary | 11000111 | 1011 | 11110111 | 10011 | 1100000 | 0 | 11 | 100100000 | 1011110 | 110011 |
Color Harmonies of #C70BF7
Complementary color
Monochromatic Colors of #C70BF7
Black with #C70BF7
Text Example
Text Example
White with #C70BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BF7; }
p { color: rgb(199,11,247); }
H1.HeaderClassName
{
color: #C70BF7;
}
.AnyTagClassName
{
color: #C70BF7;
}
</style>
background-color css
<style>
a { background-color: #C70BF7; }
a { background-color: rgb(199,11,247); }
div.DivClassName
{
background-color: #C70BF7;
}
.BgClassName
{
background-color: #C70BF7;
}
</style>
border-color css
<style>
span { border-color: #C70BF7; }
span { border-color: rgb(199,11,247); }
td.TdClassName
{
border-color: #C70BF7;
}
.TagClassName
{
border-color: #C70BF7;
}
</style>