Shades of Electric Purple #C02BF7
Tints of Electric Purple #C02BF7
RGB
CMYK
RGB Variations
Color information
#C02BF7 (or 0xC02BF7) is known color: Electric Purple. HEX triplet: C0, 2B and F7. RGB value is (192,43,247). Sum of RGB (Red+Green+Blue) = 192+43+247=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 43 (17.19% from 255 or 8.92% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #C02BF7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C02BF7 is #3FD408. Grayscale: #6E6E6E. Windows color (decimal): -4183049 or 16198592. OLE color: 16198592.
HSL color Cylindrical-coordinate representation of color #C02BF7: hue angle of 283.82º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02BF7 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 192 | 43 | 247 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.03 |
| HSL | 283.82º | 0.93% | 0.57% | - |
| HSV(B) | 283.82º | 0.83% | 0.97% | - |
| XYZ | 39.39 | 19.65 | 89.71 | - |
| YUV | 110.81 | 204.86 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 247 | 0.22 | 0.83 | 0 | 0.03 | 283.82 | 0.93 | 0.57 |
| Hex | C0 | 2B | F7 | 16 | 53 | 0 | 3 | 11C | 5D | 39 |
| Octal | 300 | 53 | 367 | 26 | 123 | 0 | 3 | 434 | 135 | 71 |
| Binary | 11000000 | 101011 | 11110111 | 10110 | 1010011 | 0 | 11 | 100011100 | 1011101 | 111001 |
Color Harmonies of #C02BF7
Complementary color
Monochromatic Colors of #C02BF7
Black with #C02BF7
Text Example
Text Example
White with #C02BF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02BF7; }
p { color: rgb(192,43,247); }
H1.HeaderClassName
{
color: #C02BF7;
}
.AnyTagClassName
{
color: #C02BF7;
}
</style>
background-color css
<style>
a { background-color: #C02BF7; }
a { background-color: rgb(192,43,247); }
div.DivClassName
{
background-color: #C02BF7;
}
.BgClassName
{
background-color: #C02BF7;
}
</style>
border-color css
<style>
span { border-color: #C02BF7; }
span { border-color: rgb(192,43,247); }
td.TdClassName
{
border-color: #C02BF7;
}
.TagClassName
{
border-color: #C02BF7;
}
</style>