Shades of Electric Purple #C51BEE
Tints of Electric Purple #C51BEE
RGB
CMYK
RGB Variations
Color information
#C51BEE (or 0xC51BEE) is known color: Electric Purple. HEX triplet: C5, 1B and EE. RGB value is (197,27,238). Sum of RGB (Red+Green+Blue) = 197+27+238=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 27 (10.94% from 255 or 5.84% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #C51BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BEE is #3AE411. Grayscale: #656565. Windows color (decimal): -3859474 or 15604677. OLE color: 15604677.
HSL color Cylindrical-coordinate representation of color #C51BEE: hue angle of 288.34º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51BEE is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 27 | 238 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.07 |
| HSL | 288.34º | 0.86% | 0.52% | - |
| HSV(B) | 288.34º | 0.89% | 0.93% | - |
| XYZ | 38.85 | 18.83 | 82.48 | - |
| YUV | 101.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 238 | 0.17 | 0.89 | 0 | 0.07 | 288.34 | 0.86 | 0.52 |
| Hex | C5 | 1B | EE | 11 | 59 | 0 | 7 | 120 | 56 | 34 |
| Octal | 305 | 33 | 356 | 21 | 131 | 0 | 7 | 440 | 126 | 64 |
| Binary | 11000101 | 11011 | 11101110 | 10001 | 1011001 | 0 | 111 | 100100000 | 1010110 | 110100 |
Color Harmonies of #C51BEE
Complementary color
Monochromatic Colors of #C51BEE
Black with #C51BEE
Text Example
Text Example
White with #C51BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BEE; }
p { color: rgb(197,27,238); }
H1.HeaderClassName
{
color: #C51BEE;
}
.AnyTagClassName
{
color: #C51BEE;
}
</style>
background-color css
<style>
a { background-color: #C51BEE; }
a { background-color: rgb(197,27,238); }
div.DivClassName
{
background-color: #C51BEE;
}
.BgClassName
{
background-color: #C51BEE;
}
</style>
border-color css
<style>
span { border-color: #C51BEE; }
span { border-color: rgb(197,27,238); }
td.TdClassName
{
border-color: #C51BEE;
}
.TagClassName
{
border-color: #C51BEE;
}
</style>