Shades of Electric Purple #C736FE
Tints of Electric Purple #C736FE
RGB
CMYK
RGB Variations
Color information
#C736FE (or 0xC736FE) is known color: Electric Purple. HEX triplet: C7, 36 and FE. RGB value is (199,54,254). Sum of RGB (Red+Green+Blue) = 199+54+254=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 54 (21.48% from 255 or 10.65% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #C736FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C736FE is #38C901. Grayscale: #777777. Windows color (decimal): -3721474 or 16660167. OLE color: 16660167.
HSL color Cylindrical-coordinate representation of color #C736FE: hue angle of 283.5º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C736FE is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 54 | 254 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.00 |
| HSL | 283.5º | 0.99% | 0.6% | - |
| HSV(B) | 283.5º | 0.79% | 1% | - |
| XYZ | 42.76 | 21.94 | 95.75 | - |
| YUV | 120.16 | 203.54 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 254 | 0.22 | 0.79 | 0 | 0.00 | 283.5 | 0.99 | 0.6 |
| Hex | C7 | 36 | FE | 16 | 4F | 0 | 0 | 11C | 63 | 3C |
| Octal | 307 | 66 | 376 | 26 | 117 | 0 | 0 | 434 | 143 | 74 |
| Binary | 11000111 | 110110 | 11111110 | 10110 | 1001111 | 0 | 0 | 100011100 | 1100011 | 111100 |
Color Harmonies of #C736FE
Complementary color
Monochromatic Colors of #C736FE
Black with #C736FE
Text Example
Text Example
White with #C736FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736FE; }
p { color: rgb(199,54,254); }
H1.HeaderClassName
{
color: #C736FE;
}
.AnyTagClassName
{
color: #C736FE;
}
</style>
background-color css
<style>
a { background-color: #C736FE; }
a { background-color: rgb(199,54,254); }
div.DivClassName
{
background-color: #C736FE;
}
.BgClassName
{
background-color: #C736FE;
}
</style>
border-color css
<style>
span { border-color: #C736FE; }
span { border-color: rgb(199,54,254); }
td.TdClassName
{
border-color: #C736FE;
}
.TagClassName
{
border-color: #C736FE;
}
</style>