Shades of Electric Purple #C730FA
Tints of Electric Purple #C730FA
RGB
CMYK
RGB Variations
Color information
#C730FA (or 0xC730FA) is known color: Electric Purple. HEX triplet: C7, 30 and FA. RGB value is (199,48,250). Sum of RGB (Red+Green+Blue) = 199+48+250=497 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.04% from 497); Green value is 48 (19.14% from 255 or 9.66% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #C730FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730FA is #38CF05. Grayscale: #737373. Windows color (decimal): -3723014 or 16396487. OLE color: 16396487.
HSL color Cylindrical-coordinate representation of color #C730FA: hue angle of 284.85º degrees, saturation: 0.95, 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 #C730FA is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 48 | 250 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.02 |
| HSL | 284.85º | 0.95% | 0.58% | - |
| HSV(B) | 284.85º | 0.81% | 0.98% | - |
| XYZ | 41.87 | 21.16 | 92.32 | - |
| YUV | 116.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 250 | 0.20 | 0.81 | 0 | 0.02 | 284.85 | 0.95 | 0.58 |
| Hex | C7 | 30 | FA | 14 | 51 | 0 | 2 | 11D | 5F | 3A |
| Octal | 307 | 60 | 372 | 24 | 121 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11000111 | 110000 | 11111010 | 10100 | 1010001 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C730FA
Complementary color
Monochromatic Colors of #C730FA
Black with #C730FA
Text Example
Text Example
White with #C730FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730FA; }
p { color: rgb(199,48,250); }
H1.HeaderClassName
{
color: #C730FA;
}
.AnyTagClassName
{
color: #C730FA;
}
</style>
background-color css
<style>
a { background-color: #C730FA; }
a { background-color: rgb(199,48,250); }
div.DivClassName
{
background-color: #C730FA;
}
.BgClassName
{
background-color: #C730FA;
}
</style>
border-color css
<style>
span { border-color: #C730FA; }
span { border-color: rgb(199,48,250); }
td.TdClassName
{
border-color: #C730FA;
}
.TagClassName
{
border-color: #C730FA;
}
</style>