Shades of Electric Purple #C70BFB
Tints of Electric Purple #C70BFB
RGB
CMYK
RGB Variations
Color information
#C70BFB (or 0xC70BFB) is known color: Electric Purple. HEX triplet: C7, 0B and FB. RGB value is (199,11,251). Sum of RGB (Red+Green+Blue) = 199+11+251=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 11 (4.69% from 255 or 2.39% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70BFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70BFB is #38F404. Grayscale: #5D5D5D. Windows color (decimal): -3732485 or 16452551. OLE color: 16452551.
HSL color Cylindrical-coordinate representation of color #C70BFB: hue angle of 287º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70BFB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 11 | 251 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 287º | 0.97% | 0.51% | - |
| HSV(B) | 287º | 0.96% | 0.98% | - |
| XYZ | 41.09 | 19.35 | 92.84 | - |
| YUV | 94.57 | 216.28 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 11 | 251 | 0.21 | 0.96 | 0 | 0.02 | 287 | 0.97 | 0.51 |
| Hex | C7 | B | FB | 15 | 60 | 0 | 2 | 11F | 61 | 33 |
| Octal | 307 | 13 | 373 | 25 | 140 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11000111 | 1011 | 11111011 | 10101 | 1100000 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C70BFB
Complementary color
Monochromatic Colors of #C70BFB
Black with #C70BFB
Text Example
Text Example
White with #C70BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70BFB; }
p { color: rgb(199,11,251); }
H1.HeaderClassName
{
color: #C70BFB;
}
.AnyTagClassName
{
color: #C70BFB;
}
</style>
background-color css
<style>
a { background-color: #C70BFB; }
a { background-color: rgb(199,11,251); }
div.DivClassName
{
background-color: #C70BFB;
}
.BgClassName
{
background-color: #C70BFB;
}
</style>
border-color css
<style>
span { border-color: #C70BFB; }
span { border-color: rgb(199,11,251); }
td.TdClassName
{
border-color: #C70BFB;
}
.TagClassName
{
border-color: #C70BFB;
}
</style>