Shades of Electric Purple #C513FF
Tints of Electric Purple #C513FF
RGB
CMYK
RGB Variations
Color information
#C513FF (or 0xC513FF) is known color: Electric Purple. HEX triplet: C5, 13 and FF. RGB value is (197,19,255). Sum of RGB (Red+Green+Blue) = 197+19+255=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 19 (7.81% from 255 or 4.03% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #C513FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C513FF is #3AEC00. Grayscale: #626262. Windows color (decimal): -3861505 or 16716741. OLE color: 16716741.
HSL color Cylindrical-coordinate representation of color #C513FF: hue angle of 285.25º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C513FF is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 19 | 255 | - |
| CMYK | 0.23 | 0.93 | 0 | 0 |
| HSL | 285.25º | 1% | 0.54% | - |
| HSV(B) | 285.25º | 0.93% | 1% | - |
| XYZ | 41.31 | 19.56 | 96.21 | - |
| YUV | 99.13 | 215.97 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 19 | 255 | 0.23 | 0.93 | 0 | 0 | 285.25 | 1 | 0.54 |
| Hex | C5 | 13 | FF | 17 | 5D | 0 | 0 | 11D | 64 | 36 |
| Octal | 305 | 23 | 377 | 27 | 135 | 0 | 0 | 435 | 144 | 66 |
| Binary | 11000101 | 10011 | 11111111 | 10111 | 1011101 | 0 | 0 | 100011101 | 1100100 | 110110 |
Color Harmonies of #C513FF
Complementary color
Monochromatic Colors of #C513FF
Black with #C513FF
Text Example
Text Example
White with #C513FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C513FF; }
p { color: rgb(197,19,255); }
H1.HeaderClassName
{
color: #C513FF;
}
.AnyTagClassName
{
color: #C513FF;
}
</style>
background-color css
<style>
a { background-color: #C513FF; }
a { background-color: rgb(197,19,255); }
div.DivClassName
{
background-color: #C513FF;
}
.BgClassName
{
background-color: #C513FF;
}
</style>
border-color css
<style>
span { border-color: #C513FF; }
span { border-color: rgb(197,19,255); }
td.TdClassName
{
border-color: #C513FF;
}
.TagClassName
{
border-color: #C513FF;
}
</style>