Shades of Electric Purple #C51BF3
Tints of Electric Purple #C51BF3
RGB
CMYK
RGB Variations
Color information
#C51BF3 (or 0xC51BF3) is known color: Electric Purple. HEX triplet: C5, 1B and F3. RGB value is (197,27,243). Sum of RGB (Red+Green+Blue) = 197+27+243=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #C51BF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51BF3 is #3AE40C. Grayscale: #656565. Windows color (decimal): -3859469 or 15932357. OLE color: 15932357.
HSL color Cylindrical-coordinate representation of color #C51BF3: hue angle of 287.22º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51BF3 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 27 | 243 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.05 |
| HSL | 287.22º | 0.9% | 0.53% | - |
| HSV(B) | 287.22º | 0.89% | 0.95% | - |
| XYZ | 39.6 | 19.13 | 86.4 | - |
| YUV | 102.45 | 207.32 | 195.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 27 | 243 | 0.19 | 0.89 | 0 | 0.05 | 287.22 | 0.9 | 0.53 |
| Hex | C5 | 1B | F3 | 13 | 59 | 0 | 5 | 11F | 5A | 35 |
| Octal | 305 | 33 | 363 | 23 | 131 | 0 | 5 | 437 | 132 | 65 |
| Binary | 11000101 | 11011 | 11110011 | 10011 | 1011001 | 0 | 101 | 100011111 | 1011010 | 110101 |
Color Harmonies of #C51BF3
Complementary color
Monochromatic Colors of #C51BF3
Black with #C51BF3
Text Example
Text Example
White with #C51BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51BF3; }
p { color: rgb(197,27,243); }
H1.HeaderClassName
{
color: #C51BF3;
}
.AnyTagClassName
{
color: #C51BF3;
}
</style>
background-color css
<style>
a { background-color: #C51BF3; }
a { background-color: rgb(197,27,243); }
div.DivClassName
{
background-color: #C51BF3;
}
.BgClassName
{
background-color: #C51BF3;
}
</style>
border-color css
<style>
span { border-color: #C51BF3; }
span { border-color: rgb(197,27,243); }
td.TdClassName
{
border-color: #C51BF3;
}
.TagClassName
{
border-color: #C51BF3;
}
</style>