Shades of Electric Purple #C735FC
Tints of Electric Purple #C735FC
RGB
CMYK
RGB Variations
Color information
#C735FC (or 0xC735FC) is known color: Electric Purple. HEX triplet: C7, 35 and FC. RGB value is (199,53,252). Sum of RGB (Red+Green+Blue) = 199+53+252=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 53 (21.09% from 255 or 10.52% from 504); Blue value is 252 (98.83% from 255 or 50% from 504); Max value from RGB is 252 - color contains mainly: blue. Hex color #C735FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C735FC is #38CA03. Grayscale: #767676. Windows color (decimal): -3721732 or 16528839. OLE color: 16528839.
HSL color Cylindrical-coordinate representation of color #C735FC: hue angle of 284.02º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C735FC is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 53 | 252 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.01 |
| HSL | 284.02º | 0.97% | 0.6% | - |
| HSV(B) | 284.02º | 0.79% | 0.99% | - |
| XYZ | 42.4 | 21.72 | 94.05 | - |
| YUV | 119.34 | 202.87 | 184.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 252 | 0.21 | 0.79 | 0 | 0.01 | 284.02 | 0.97 | 0.6 |
| Hex | C7 | 35 | FC | 15 | 4F | 0 | 1 | 11C | 61 | 3C |
| Octal | 307 | 65 | 374 | 25 | 117 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000111 | 110101 | 11111100 | 10101 | 1001111 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C735FC
Complementary color
Monochromatic Colors of #C735FC
Black with #C735FC
Text Example
Text Example
White with #C735FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C735FC; }
p { color: rgb(199,53,252); }
H1.HeaderClassName
{
color: #C735FC;
}
.AnyTagClassName
{
color: #C735FC;
}
</style>
background-color css
<style>
a { background-color: #C735FC; }
a { background-color: rgb(199,53,252); }
div.DivClassName
{
background-color: #C735FC;
}
.BgClassName
{
background-color: #C735FC;
}
</style>
border-color css
<style>
span { border-color: #C735FC; }
span { border-color: rgb(199,53,252); }
td.TdClassName
{
border-color: #C735FC;
}
.TagClassName
{
border-color: #C735FC;
}
</style>