Shades of Electric Purple #C72AFC
Tints of Electric Purple #C72AFC
RGB
CMYK
RGB Variations
Color information
#C72AFC (or 0xC72AFC) is known color: Electric Purple. HEX triplet: C7, 2A and FC. RGB value is (199,42,252). Sum of RGB (Red+Green+Blue) = 199+42+252=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 42 (16.80% from 255 or 8.52% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #C72AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AFC is #38D503. Grayscale: #707070. Windows color (decimal): -3724548 or 16526023. OLE color: 16526023.
HSL color Cylindrical-coordinate representation of color #C72AFC: hue angle of 284.86º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C72AFC is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 42 | 252 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.01 |
| HSL | 284.86º | 0.97% | 0.58% | - |
| HSV(B) | 284.86º | 0.83% | 0.99% | - |
| XYZ | 41.95 | 20.83 | 93.9 | - |
| YUV | 112.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 252 | 0.21 | 0.83 | 0 | 0.01 | 284.86 | 0.97 | 0.58 |
| Hex | C7 | 2A | FC | 15 | 53 | 0 | 1 | 11D | 61 | 3A |
| Octal | 307 | 52 | 374 | 25 | 123 | 0 | 1 | 435 | 141 | 72 |
| Binary | 11000111 | 101010 | 11111100 | 10101 | 1010011 | 0 | 1 | 100011101 | 1100001 | 111010 |
Color Harmonies of #C72AFC
Complementary color
Monochromatic Colors of #C72AFC
Black with #C72AFC
Text Example
Text Example
White with #C72AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AFC; }
p { color: rgb(199,42,252); }
H1.HeaderClassName
{
color: #C72AFC;
}
.AnyTagClassName
{
color: #C72AFC;
}
</style>
background-color css
<style>
a { background-color: #C72AFC; }
a { background-color: rgb(199,42,252); }
div.DivClassName
{
background-color: #C72AFC;
}
.BgClassName
{
background-color: #C72AFC;
}
</style>
border-color css
<style>
span { border-color: #C72AFC; }
span { border-color: rgb(199,42,252); }
td.TdClassName
{
border-color: #C72AFC;
}
.TagClassName
{
border-color: #C72AFC;
}
</style>