Shades of Electric Purple #C72BFB
Tints of Electric Purple #C72BFB
RGB
CMYK
RGB Variations
Color information
#C72BFB (or 0xC72BFB) is known color: Electric Purple. HEX triplet: C7, 2B and FB. RGB value is (199,43,251). Sum of RGB (Red+Green+Blue) = 199+43+251=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 43 (17.19% from 255 or 8.72% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #C72BFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72BFB is #38D404. Grayscale: #707070. Windows color (decimal): -3724293 or 16460743. OLE color: 16460743.
HSL color Cylindrical-coordinate representation of color #C72BFB: hue angle of 285º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72BFB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 43 | 251 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.02 |
| HSL | 285º | 0.96% | 0.58% | - |
| HSV(B) | 285º | 0.83% | 0.98% | - |
| XYZ | 41.83 | 20.83 | 93.08 | - |
| YUV | 113.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 251 | 0.21 | 0.83 | 0 | 0.02 | 285 | 0.96 | 0.58 |
| Hex | C7 | 2B | FB | 15 | 53 | 0 | 2 | 11D | 60 | 3A |
| Octal | 307 | 53 | 373 | 25 | 123 | 0 | 2 | 435 | 140 | 72 |
| Binary | 11000111 | 101011 | 11111011 | 10101 | 1010011 | 0 | 10 | 100011101 | 1100000 | 111010 |
Color Harmonies of #C72BFB
Complementary color
Monochromatic Colors of #C72BFB
Black with #C72BFB
Text Example
Text Example
White with #C72BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72BFB; }
p { color: rgb(199,43,251); }
H1.HeaderClassName
{
color: #C72BFB;
}
.AnyTagClassName
{
color: #C72BFB;
}
</style>
background-color css
<style>
a { background-color: #C72BFB; }
a { background-color: rgb(199,43,251); }
div.DivClassName
{
background-color: #C72BFB;
}
.BgClassName
{
background-color: #C72BFB;
}
</style>
border-color css
<style>
span { border-color: #C72BFB; }
span { border-color: rgb(199,43,251); }
td.TdClassName
{
border-color: #C72BFB;
}
.TagClassName
{
border-color: #C72BFB;
}
</style>