Shades of Electric Purple #C51AF4
Tints of Electric Purple #C51AF4
RGB
CMYK
RGB Variations
Color information
#C51AF4 (or 0xC51AF4) is known color: Electric Purple. HEX triplet: C5, 1A and F4. RGB value is (197,26,244). Sum of RGB (Red+Green+Blue) = 197+26+244=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 26 (10.55% from 255 or 5.57% from 467); Blue value is 244 (95.70% from 255 or 52.25% from 467); Max value from RGB is 244 - color contains mainly: blue. Hex color #C51AF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AF4 is #3AE50B. Grayscale: #656565. Windows color (decimal): -3859724 or 15997637. OLE color: 15997637.
HSL color Cylindrical-coordinate representation of color #C51AF4: hue angle of 287.06º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C51AF4 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 26 | 244 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.04 |
| HSL | 287.06º | 0.91% | 0.53% | - |
| HSV(B) | 287.06º | 0.89% | 0.96% | - |
| XYZ | 39.72 | 19.14 | 87.19 | - |
| YUV | 101.98 | 208.15 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 244 | 0.19 | 0.89 | 0 | 0.04 | 287.06 | 0.91 | 0.53 |
| Hex | C5 | 1A | F4 | 13 | 59 | 0 | 4 | 11F | 5B | 35 |
| Octal | 305 | 32 | 364 | 23 | 131 | 0 | 4 | 437 | 133 | 65 |
| Binary | 11000101 | 11010 | 11110100 | 10011 | 1011001 | 0 | 100 | 100011111 | 1011011 | 110101 |
Color Harmonies of #C51AF4
Complementary color
Monochromatic Colors of #C51AF4
Black with #C51AF4
Text Example
Text Example
White with #C51AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AF4; }
p { color: rgb(197,26,244); }
H1.HeaderClassName
{
color: #C51AF4;
}
.AnyTagClassName
{
color: #C51AF4;
}
</style>
background-color css
<style>
a { background-color: #C51AF4; }
a { background-color: rgb(197,26,244); }
div.DivClassName
{
background-color: #C51AF4;
}
.BgClassName
{
background-color: #C51AF4;
}
</style>
border-color css
<style>
span { border-color: #C51AF4; }
span { border-color: rgb(197,26,244); }
td.TdClassName
{
border-color: #C51AF4;
}
.TagClassName
{
border-color: #C51AF4;
}
</style>