Shades of Electric Purple #C72DF8
Tints of Electric Purple #C72DF8
RGB
CMYK
RGB Variations
Color information
#C72DF8 (or 0xC72DF8) is known color: Electric Purple. HEX triplet: C7, 2D and F8. RGB value is (199,45,248). Sum of RGB (Red+Green+Blue) = 199+45+248=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 45 (17.97% from 255 or 9.15% from 492); Blue value is 248 (97.27% from 255 or 50.41% from 492); Max value from RGB is 248 - color contains mainly: blue. Hex color #C72DF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DF8 is #38D207. Grayscale: #717171. Windows color (decimal): -3723784 or 16264647. OLE color: 16264647.
HSL color Cylindrical-coordinate representation of color #C72DF8: hue angle of 285.52º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72DF8 is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 199 | 45 | 248 | - |
| CMYK | 0.20 | 0.82 | 0 | 0.03 |
| HSL | 285.52º | 0.94% | 0.57% | - |
| HSV(B) | 285.52º | 0.82% | 0.97% | - |
| XYZ | 41.43 | 20.8 | 90.64 | - |
| YUV | 114.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 248 | 0.20 | 0.82 | 0 | 0.03 | 285.52 | 0.94 | 0.57 |
| Hex | C7 | 2D | F8 | 14 | 52 | 0 | 3 | 11E | 5E | 39 |
| Octal | 307 | 55 | 370 | 24 | 122 | 0 | 3 | 436 | 136 | 71 |
| Binary | 11000111 | 101101 | 11111000 | 10100 | 1010010 | 0 | 11 | 100011110 | 1011110 | 111001 |
Color Harmonies of #C72DF8
Complementary color
Monochromatic Colors of #C72DF8
Black with #C72DF8
Text Example
Text Example
White with #C72DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DF8; }
p { color: rgb(199,45,248); }
H1.HeaderClassName
{
color: #C72DF8;
}
.AnyTagClassName
{
color: #C72DF8;
}
</style>
background-color css
<style>
a { background-color: #C72DF8; }
a { background-color: rgb(199,45,248); }
div.DivClassName
{
background-color: #C72DF8;
}
.BgClassName
{
background-color: #C72DF8;
}
</style>
border-color css
<style>
span { border-color: #C72DF8; }
span { border-color: rgb(199,45,248); }
td.TdClassName
{
border-color: #C72DF8;
}
.TagClassName
{
border-color: #C72DF8;
}
</style>