Shades of Electric Purple #C51BEB
Tints of Electric Purple #C51BEB
RGB
CMYK
RGB Variations
Color information
#C51BEB (or 0xC51BEB) is known color: Electric Purple. HEX triplet: C5, 1B and EB. RGB value is (197,27,235). Sum of RGB (Red+Green+Blue) = 197+27+235=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #C51BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BEB is #3AE414. Grayscale: #646464. Windows color (decimal): -3859477 or 15408069. OLE color: 15408069.
HSL color Cylindrical-coordinate representation of color #C51BEB: hue angle of 289.04º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51BEB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 27 | 235 | - |
| CMYK | 0.16 | 0.89 | 0 | 0.08 |
| HSL | 289.04º | 0.84% | 0.51% | - |
| HSV(B) | 289.04º | 0.89% | 0.92% | - |
| XYZ | 38.41 | 18.65 | 80.17 | - |
| YUV | 101.54 | 203.32 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 235 | 0.16 | 0.89 | 0 | 0.08 | 289.04 | 0.84 | 0.51 |
| Hex | C5 | 1B | EB | 10 | 59 | 0 | 8 | 121 | 54 | 33 |
| Octal | 305 | 33 | 353 | 20 | 131 | 0 | 10 | 441 | 124 | 63 |
| Binary | 11000101 | 11011 | 11101011 | 10000 | 1011001 | 0 | 1000 | 100100001 | 1010100 | 110011 |
Color Harmonies of #C51BEB
Complementary color
Monochromatic Colors of #C51BEB
Black with #C51BEB
Text Example
Text Example
White with #C51BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BEB; }
p { color: rgb(197,27,235); }
H1.HeaderClassName
{
color: #C51BEB;
}
.AnyTagClassName
{
color: #C51BEB;
}
</style>
background-color css
<style>
a { background-color: #C51BEB; }
a { background-color: rgb(197,27,235); }
div.DivClassName
{
background-color: #C51BEB;
}
.BgClassName
{
background-color: #C51BEB;
}
</style>
border-color css
<style>
span { border-color: #C51BEB; }
span { border-color: rgb(197,27,235); }
td.TdClassName
{
border-color: #C51BEB;
}
.TagClassName
{
border-color: #C51BEB;
}
</style>