Shades of Electric Purple #C72AFF
Tints of Electric Purple #C72AFF
RGB
CMYK
RGB Variations
Color information
#C72AFF (or 0xC72AFF) is known color: Electric Purple. HEX triplet: C7, 2A and FF. RGB value is (199,42,255). Sum of RGB (Red+Green+Blue) = 199+42+255=496 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.12% from 496); Green value is 42 (16.80% from 255 or 8.47% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #C72AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72AFF is #38D500. Grayscale: #707070. Windows color (decimal): -3724545 or 16722631. OLE color: 16722631.
HSL color Cylindrical-coordinate representation of color #C72AFF: hue angle of 284.23º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C72AFF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 42 | 255 | - |
| CMYK | 0.22 | 0.84 | 0 | 0 |
| HSL | 284.23º | 1% | 0.58% | - |
| HSV(B) | 284.23º | 0.84% | 1% | - |
| XYZ | 42.43 | 21.02 | 96.43 | - |
| YUV | 113.23 | 208.01 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 42 | 255 | 0.22 | 0.84 | 0 | 0 | 284.23 | 1 | 0.58 |
| Hex | C7 | 2A | FF | 16 | 54 | 0 | 0 | 11C | 64 | 3A |
| Octal | 307 | 52 | 377 | 26 | 124 | 0 | 0 | 434 | 144 | 72 |
| Binary | 11000111 | 101010 | 11111111 | 10110 | 1010100 | 0 | 0 | 100011100 | 1100100 | 111010 |
Color Harmonies of #C72AFF
Complementary color
Monochromatic Colors of #C72AFF
Black with #C72AFF
Text Example
Text Example
White with #C72AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72AFF; }
p { color: rgb(199,42,255); }
H1.HeaderClassName
{
color: #C72AFF;
}
.AnyTagClassName
{
color: #C72AFF;
}
</style>
background-color css
<style>
a { background-color: #C72AFF; }
a { background-color: rgb(199,42,255); }
div.DivClassName
{
background-color: #C72AFF;
}
.BgClassName
{
background-color: #C72AFF;
}
</style>
border-color css
<style>
span { border-color: #C72AFF; }
span { border-color: rgb(199,42,255); }
td.TdClassName
{
border-color: #C72AFF;
}
.TagClassName
{
border-color: #C72AFF;
}
</style>