Shades of Electric Purple #C72DF3
Tints of Electric Purple #C72DF3
RGB
CMYK
RGB Variations
Color information
#C72DF3 (or 0xC72DF3) is known color: Electric Purple. HEX triplet: C7, 2D and F3. RGB value is (199,45,243). Sum of RGB (Red+Green+Blue) = 199+45+243=487 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.86% from 487); Green value is 45 (17.97% from 255 or 9.24% from 487); Blue value is 243 (95.31% from 255 or 49.90% from 487); Max value from RGB is 243 - color contains mainly: blue. Hex color #C72DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DF3 is #38D20C. Grayscale: #707070. Windows color (decimal): -3723789 or 15936967. OLE color: 15936967.
HSL color Cylindrical-coordinate representation of color #C72DF3: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72DF3 is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 45 | 243 | - |
| CMYK | 0.18 | 0.81 | 0 | 0.05 |
| HSL | 286.67º | 0.89% | 0.56% | - |
| HSV(B) | 286.67º | 0.81% | 0.95% | - |
| XYZ | 40.67 | 20.49 | 86.61 | - |
| YUV | 113.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 243 | 0.18 | 0.81 | 0 | 0.05 | 286.67 | 0.89 | 0.56 |
| Hex | C7 | 2D | F3 | 12 | 51 | 0 | 5 | 11F | 59 | 38 |
| Octal | 307 | 55 | 363 | 22 | 121 | 0 | 5 | 437 | 131 | 70 |
| Binary | 11000111 | 101101 | 11110011 | 10010 | 1010001 | 0 | 101 | 100011111 | 1011001 | 111000 |
Color Harmonies of #C72DF3
Complementary color
Monochromatic Colors of #C72DF3
Black with #C72DF3
Text Example
Text Example
White with #C72DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DF3; }
p { color: rgb(199,45,243); }
H1.HeaderClassName
{
color: #C72DF3;
}
.AnyTagClassName
{
color: #C72DF3;
}
</style>
background-color css
<style>
a { background-color: #C72DF3; }
a { background-color: rgb(199,45,243); }
div.DivClassName
{
background-color: #C72DF3;
}
.BgClassName
{
background-color: #C72DF3;
}
</style>
border-color css
<style>
span { border-color: #C72DF3; }
span { border-color: rgb(199,45,243); }
td.TdClassName
{
border-color: #C72DF3;
}
.TagClassName
{
border-color: #C72DF3;
}
</style>