Shades of Electric Purple #C726FF
Tints of Electric Purple #C726FF
RGB
CMYK
RGB Variations
Color information
#C726FF (or 0xC726FF) is known color: Electric Purple. HEX triplet: C7, 26 and FF. RGB value is (199,38,255). Sum of RGB (Red+Green+Blue) = 199+38+255=492 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.45% from 492); Green value is 38 (15.23% from 255 or 7.72% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #C726FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C726FF is #38D900. Grayscale: #6E6E6E. Windows color (decimal): -3725569 or 16721607. OLE color: 16721607.
HSL color Cylindrical-coordinate representation of color #C726FF: hue angle of 284.52º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C726FF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 38 | 255 | - |
| CMYK | 0.22 | 0.85 | 0 | 0 |
| HSL | 284.52º | 1% | 0.57% | - |
| HSV(B) | 284.52º | 0.85% | 1% | - |
| XYZ | 42.3 | 20.75 | 96.38 | - |
| YUV | 110.88 | 209.34 | 190.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 38 | 255 | 0.22 | 0.85 | 0 | 0 | 284.52 | 1 | 0.57 |
| Hex | C7 | 26 | FF | 16 | 55 | 0 | 0 | 11D | 64 | 39 |
| Octal | 307 | 46 | 377 | 26 | 125 | 0 | 0 | 435 | 144 | 71 |
| Binary | 11000111 | 100110 | 11111111 | 10110 | 1010101 | 0 | 0 | 100011101 | 1100100 | 111001 |
Color Harmonies of #C726FF
Complementary color
Monochromatic Colors of #C726FF
Black with #C726FF
Text Example
Text Example
White with #C726FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C726FF; }
p { color: rgb(199,38,255); }
H1.HeaderClassName
{
color: #C726FF;
}
.AnyTagClassName
{
color: #C726FF;
}
</style>
background-color css
<style>
a { background-color: #C726FF; }
a { background-color: rgb(199,38,255); }
div.DivClassName
{
background-color: #C726FF;
}
.BgClassName
{
background-color: #C726FF;
}
</style>
border-color css
<style>
span { border-color: #C726FF; }
span { border-color: rgb(199,38,255); }
td.TdClassName
{
border-color: #C726FF;
}
.TagClassName
{
border-color: #C726FF;
}
</style>