Shades of Electric Purple #C730FF
Tints of Electric Purple #C730FF
RGB
CMYK
RGB Variations
Color information
#C730FF (or 0xC730FF) is known color: Electric Purple. HEX triplet: C7, 30 and FF. RGB value is (199,48,255). Sum of RGB (Red+Green+Blue) = 199+48+255=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 48 (19.14% from 255 or 9.56% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #C730FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730FF is #38CF00. Grayscale: #747474. Windows color (decimal): -3723009 or 16724167. OLE color: 16724167.
HSL color Cylindrical-coordinate representation of color #C730FF: hue angle of 283.77º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C730FF is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 48 | 255 | - |
| CMYK | 0.22 | 0.81 | 0 | 0 |
| HSL | 283.77º | 1% | 0.59% | - |
| HSV(B) | 283.77º | 0.81% | 1% | - |
| XYZ | 42.66 | 21.48 | 96.5 | - |
| YUV | 116.75 | 206.03 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 255 | 0.22 | 0.81 | 0 | 0 | 283.77 | 1 | 0.59 |
| Hex | C7 | 30 | FF | 16 | 51 | 0 | 0 | 11C | 64 | 3B |
| Octal | 307 | 60 | 377 | 26 | 121 | 0 | 0 | 434 | 144 | 73 |
| Binary | 11000111 | 110000 | 11111111 | 10110 | 1010001 | 0 | 0 | 100011100 | 1100100 | 111011 |
Color Harmonies of #C730FF
Complementary color
Monochromatic Colors of #C730FF
Black with #C730FF
Text Example
Text Example
White with #C730FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730FF; }
p { color: rgb(199,48,255); }
H1.HeaderClassName
{
color: #C730FF;
}
.AnyTagClassName
{
color: #C730FF;
}
</style>
background-color css
<style>
a { background-color: #C730FF; }
a { background-color: rgb(199,48,255); }
div.DivClassName
{
background-color: #C730FF;
}
.BgClassName
{
background-color: #C730FF;
}
</style>
border-color css
<style>
span { border-color: #C730FF; }
span { border-color: rgb(199,48,255); }
td.TdClassName
{
border-color: #C730FF;
}
.TagClassName
{
border-color: #C730FF;
}
</style>