Shades of Electric Purple #C72DFB
Tints of Electric Purple #C72DFB
RGB
CMYK
RGB Variations
Color information
#C72DFB (or 0xC72DFB) is known color: Electric Purple. HEX triplet: C7, 2D and FB. RGB value is (199,45,251). Sum of RGB (Red+Green+Blue) = 199+45+251=495 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.20% from 495); Green value is 45 (17.97% from 255 or 9.09% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #C72DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C72DFB is #38D204. Grayscale: #717171. Windows color (decimal): -3723781 or 16461255. OLE color: 16461255.
HSL color Cylindrical-coordinate representation of color #C72DFB: hue angle of 284.85º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C72DFB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 45 | 251 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.02 |
| HSL | 284.85º | 0.96% | 0.58% | - |
| HSV(B) | 284.85º | 0.82% | 0.98% | - |
| XYZ | 41.9 | 20.98 | 93.11 | - |
| YUV | 114.53 | 205.02 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 45 | 251 | 0.21 | 0.82 | 0 | 0.02 | 284.85 | 0.96 | 0.58 |
| Hex | C7 | 2D | FB | 15 | 52 | 0 | 2 | 11D | 60 | 3A |
| Octal | 307 | 55 | 373 | 25 | 122 | 0 | 2 | 435 | 140 | 72 |
| Binary | 11000111 | 101101 | 11111011 | 10101 | 1010010 | 0 | 10 | 100011101 | 1100000 | 111010 |
Color Harmonies of #C72DFB
Complementary color
Monochromatic Colors of #C72DFB
Black with #C72DFB
Text Example
Text Example
White with #C72DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72DFB; }
p { color: rgb(199,45,251); }
H1.HeaderClassName
{
color: #C72DFB;
}
.AnyTagClassName
{
color: #C72DFB;
}
</style>
background-color css
<style>
a { background-color: #C72DFB; }
a { background-color: rgb(199,45,251); }
div.DivClassName
{
background-color: #C72DFB;
}
.BgClassName
{
background-color: #C72DFB;
}
</style>
border-color css
<style>
span { border-color: #C72DFB; }
span { border-color: rgb(199,45,251); }
td.TdClassName
{
border-color: #C72DFB;
}
.TagClassName
{
border-color: #C72DFB;
}
</style>