Shades of Electric Purple #C530F9
Tints of Electric Purple #C530F9
RGB
CMYK
RGB Variations
Color information
#C530F9 (or 0xC530F9) is known color: Electric Purple. HEX triplet: C5, 30 and F9. RGB value is (197,48,249). Sum of RGB (Red+Green+Blue) = 197+48+249=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 48 (19.14% from 255 or 9.72% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #C530F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C530F9 is #3ACF06. Grayscale: #727272. Windows color (decimal): -3854087 or 16330949. OLE color: 16330949.
HSL color Cylindrical-coordinate representation of color #C530F9: hue angle of 284.48º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C530F9 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 48 | 249 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.48º | 0.94% | 0.58% | - |
| HSV(B) | 284.48º | 0.81% | 0.98% | - |
| XYZ | 41.18 | 20.82 | 91.47 | - |
| YUV | 115.47 | 203.36 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 48 | 249 | 0.21 | 0.81 | 0 | 0.02 | 284.48 | 0.94 | 0.58 |
| Hex | C5 | 30 | F9 | 15 | 51 | 0 | 2 | 11C | 5E | 3A |
| Octal | 305 | 60 | 371 | 25 | 121 | 0 | 2 | 434 | 136 | 72 |
| Binary | 11000101 | 110000 | 11111001 | 10101 | 1010001 | 0 | 10 | 100011100 | 1011110 | 111010 |
Color Harmonies of #C530F9
Complementary color
Monochromatic Colors of #C530F9
Black with #C530F9
Text Example
Text Example
White with #C530F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C530F9; }
p { color: rgb(197,48,249); }
H1.HeaderClassName
{
color: #C530F9;
}
.AnyTagClassName
{
color: #C530F9;
}
</style>
background-color css
<style>
a { background-color: #C530F9; }
a { background-color: rgb(197,48,249); }
div.DivClassName
{
background-color: #C530F9;
}
.BgClassName
{
background-color: #C530F9;
}
</style>
border-color css
<style>
span { border-color: #C530F9; }
span { border-color: rgb(197,48,249); }
td.TdClassName
{
border-color: #C530F9;
}
.TagClassName
{
border-color: #C530F9;
}
</style>