Shades of Electric Purple #C70BEF
Tints of Electric Purple #C70BEF
RGB
CMYK
RGB Variations
Color information
#C70BEF (or 0xC70BEF) is known color: Electric Purple. HEX triplet: C7, 0B and EF. RGB value is (199,11,239). Sum of RGB (Red+Green+Blue) = 199+11+239=449 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.32% from 449); Green value is 11 (4.69% from 255 or 2.45% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #C70BEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BEF is #38F410. Grayscale: #5C5C5C. Windows color (decimal): -3732497 or 15666119. OLE color: 15666119.
HSL color Cylindrical-coordinate representation of color #C70BEF: hue angle of 289.47º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C70BEF is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 11 | 239 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.06 |
| HSL | 289.47º | 0.91% | 0.49% | - |
| HSV(B) | 289.47º | 0.95% | 0.94% | - |
| XYZ | 39.25 | 18.61 | 83.19 | - |
| YUV | 93.2 | 210.28 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 239 | 0.17 | 0.95 | 0 | 0.06 | 289.47 | 0.91 | 0.49 |
| Hex | C7 | B | EF | 11 | 5F | 0 | 6 | 121 | 5B | 31 |
| Octal | 307 | 13 | 357 | 21 | 137 | 0 | 6 | 441 | 133 | 61 |
| Binary | 11000111 | 1011 | 11101111 | 10001 | 1011111 | 0 | 110 | 100100001 | 1011011 | 110001 |
Color Harmonies of #C70BEF
Complementary color
Monochromatic Colors of #C70BEF
Black with #C70BEF
Text Example
Text Example
White with #C70BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BEF; }
p { color: rgb(199,11,239); }
H1.HeaderClassName
{
color: #C70BEF;
}
.AnyTagClassName
{
color: #C70BEF;
}
</style>
background-color css
<style>
a { background-color: #C70BEF; }
a { background-color: rgb(199,11,239); }
div.DivClassName
{
background-color: #C70BEF;
}
.BgClassName
{
background-color: #C70BEF;
}
</style>
border-color css
<style>
span { border-color: #C70BEF; }
span { border-color: rgb(199,11,239); }
td.TdClassName
{
border-color: #C70BEF;
}
.TagClassName
{
border-color: #C70BEF;
}
</style>