Shades of Electric Purple #C51AFF
Tints of Electric Purple #C51AFF
RGB
CMYK
RGB Variations
Color information
#C51AFF (or 0xC51AFF) is known color: Electric Purple. HEX triplet: C5, 1A and FF. RGB value is (197,26,255). Sum of RGB (Red+Green+Blue) = 197+26+255=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 26 (10.55% from 255 or 5.44% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #C51AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C51AFF is #3AE500. Grayscale: #666666. Windows color (decimal): -3859713 or 16718533. OLE color: 16718533.
HSL color Cylindrical-coordinate representation of color #C51AFF: hue angle of 284.8º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C51AFF is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 26 | 255 | - |
| CMYK | 0.23 | 0.90 | 0 | 0 |
| HSL | 284.8º | 1% | 0.55% | - |
| HSV(B) | 284.8º | 0.9% | 1% | - |
| XYZ | 41.45 | 19.83 | 96.25 | - |
| YUV | 103.24 | 213.65 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 26 | 255 | 0.23 | 0.90 | 0 | 0 | 284.8 | 1 | 0.55 |
| Hex | C5 | 1A | FF | 17 | 5A | 0 | 0 | 11D | 64 | 37 |
| Octal | 305 | 32 | 377 | 27 | 132 | 0 | 0 | 435 | 144 | 67 |
| Binary | 11000101 | 11010 | 11111111 | 10111 | 1011010 | 0 | 0 | 100011101 | 1100100 | 110111 |
Color Harmonies of #C51AFF
Complementary color
Monochromatic Colors of #C51AFF
Black with #C51AFF
Text Example
Text Example
White with #C51AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C51AFF; }
p { color: rgb(197,26,255); }
H1.HeaderClassName
{
color: #C51AFF;
}
.AnyTagClassName
{
color: #C51AFF;
}
</style>
background-color css
<style>
a { background-color: #C51AFF; }
a { background-color: rgb(197,26,255); }
div.DivClassName
{
background-color: #C51AFF;
}
.BgClassName
{
background-color: #C51AFF;
}
</style>
border-color css
<style>
span { border-color: #C51AFF; }
span { border-color: rgb(197,26,255); }
td.TdClassName
{
border-color: #C51AFF;
}
.TagClassName
{
border-color: #C51AFF;
}
</style>