Shades of Electric Purple #C734FE
Tints of Electric Purple #C734FE
RGB
CMYK
RGB Variations
Color information
#C734FE (or 0xC734FE) is known color: Electric Purple. HEX triplet: C7, 34 and FE. RGB value is (199,52,254). Sum of RGB (Red+Green+Blue) = 199+52+254=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 52 (20.70% from 255 or 10.30% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #C734FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734FE is #38CB01. Grayscale: #767676. Windows color (decimal): -3721986 or 16659655. OLE color: 16659655.
HSL color Cylindrical-coordinate representation of color #C734FE: hue angle of 283.66º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C734FE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 52 | 254 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.00 |
| HSL | 283.66º | 0.99% | 0.6% | - |
| HSV(B) | 283.66º | 0.8% | 1% | - |
| XYZ | 42.67 | 21.75 | 95.72 | - |
| YUV | 118.98 | 204.2 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 254 | 0.22 | 0.80 | 0 | 0.00 | 283.66 | 0.99 | 0.6 |
| Hex | C7 | 34 | FE | 16 | 50 | 0 | 0 | 11C | 63 | 3C |
| Octal | 307 | 64 | 376 | 26 | 120 | 0 | 0 | 434 | 143 | 74 |
| Binary | 11000111 | 110100 | 11111110 | 10110 | 1010000 | 0 | 0 | 100011100 | 1100011 | 111100 |
Color Harmonies of #C734FE
Complementary color
Monochromatic Colors of #C734FE
Black with #C734FE
Text Example
Text Example
White with #C734FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734FE; }
p { color: rgb(199,52,254); }
H1.HeaderClassName
{
color: #C734FE;
}
.AnyTagClassName
{
color: #C734FE;
}
</style>
background-color css
<style>
a { background-color: #C734FE; }
a { background-color: rgb(199,52,254); }
div.DivClassName
{
background-color: #C734FE;
}
.BgClassName
{
background-color: #C734FE;
}
</style>
border-color css
<style>
span { border-color: #C734FE; }
span { border-color: rgb(199,52,254); }
td.TdClassName
{
border-color: #C734FE;
}
.TagClassName
{
border-color: #C734FE;
}
</style>