Shades of Electric Purple #C733FC
Tints of Electric Purple #C733FC
RGB
CMYK
RGB Variations
Color information
#C733FC (or 0xC733FC) is known color: Electric Purple. HEX triplet: C7, 33 and FC. RGB value is (199,51,252). Sum of RGB (Red+Green+Blue) = 199+51+252=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 51 (20.31% from 255 or 10.16% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #C733FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C733FC is #38CC03. Grayscale: #757575. Windows color (decimal): -3722244 or 16528327. OLE color: 16528327.
HSL color Cylindrical-coordinate representation of color #C733FC: hue angle of 284.18º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C733FC is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 51 | 252 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.01 |
| HSL | 284.18º | 0.97% | 0.59% | - |
| HSV(B) | 284.18º | 0.8% | 0.99% | - |
| XYZ | 42.31 | 21.54 | 94.02 | - |
| YUV | 118.17 | 203.53 | 185.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 51 | 252 | 0.21 | 0.80 | 0 | 0.01 | 284.18 | 0.97 | 0.59 |
| Hex | C7 | 33 | FC | 15 | 50 | 0 | 1 | 11C | 61 | 3B |
| Octal | 307 | 63 | 374 | 25 | 120 | 0 | 1 | 434 | 141 | 73 |
| Binary | 11000111 | 110011 | 11111100 | 10101 | 1010000 | 0 | 1 | 100011100 | 1100001 | 111011 |
Color Harmonies of #C733FC
Complementary color
Monochromatic Colors of #C733FC
Black with #C733FC
Text Example
Text Example
White with #C733FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C733FC; }
p { color: rgb(199,51,252); }
H1.HeaderClassName
{
color: #C733FC;
}
.AnyTagClassName
{
color: #C733FC;
}
</style>
background-color css
<style>
a { background-color: #C733FC; }
a { background-color: rgb(199,51,252); }
div.DivClassName
{
background-color: #C733FC;
}
.BgClassName
{
background-color: #C733FC;
}
</style>
border-color css
<style>
span { border-color: #C733FC; }
span { border-color: rgb(199,51,252); }
td.TdClassName
{
border-color: #C733FC;
}
.TagClassName
{
border-color: #C733FC;
}
</style>