Shades of Electric Purple #C730FB
Tints of Electric Purple #C730FB
RGB
CMYK
RGB Variations
Color information
#C730FB (or 0xC730FB) is known color: Electric Purple. HEX triplet: C7, 30 and FB. RGB value is (199,48,251). Sum of RGB (Red+Green+Blue) = 199+48+251=498 (65% of max value = 765). Red value is 199 (78.12% from 255 or 39.96% from 498); Green value is 48 (19.14% from 255 or 9.64% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #C730FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C730FB is #38CF04. Grayscale: #737373. Windows color (decimal): -3723013 or 16462023. OLE color: 16462023.
HSL color Cylindrical-coordinate representation of color #C730FB: hue angle of 284.63º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C730FB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 48 | 251 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.63º | 0.96% | 0.59% | - |
| HSV(B) | 284.63º | 0.81% | 0.98% | - |
| XYZ | 42.02 | 21.22 | 93.15 | - |
| YUV | 116.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 251 | 0.21 | 0.81 | 0 | 0.02 | 284.63 | 0.96 | 0.59 |
| Hex | C7 | 30 | FB | 15 | 51 | 0 | 2 | 11D | 60 | 3B |
| Octal | 307 | 60 | 373 | 25 | 121 | 0 | 2 | 435 | 140 | 73 |
| Binary | 11000111 | 110000 | 11111011 | 10101 | 1010001 | 0 | 10 | 100011101 | 1100000 | 111011 |
Color Harmonies of #C730FB
Complementary color
Monochromatic Colors of #C730FB
Black with #C730FB
Text Example
Text Example
White with #C730FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C730FB; }
p { color: rgb(199,48,251); }
H1.HeaderClassName
{
color: #C730FB;
}
.AnyTagClassName
{
color: #C730FB;
}
</style>
background-color css
<style>
a { background-color: #C730FB; }
a { background-color: rgb(199,48,251); }
div.DivClassName
{
background-color: #C730FB;
}
.BgClassName
{
background-color: #C730FB;
}
</style>
border-color css
<style>
span { border-color: #C730FB; }
span { border-color: rgb(199,48,251); }
td.TdClassName
{
border-color: #C730FB;
}
.TagClassName
{
border-color: #C730FB;
}
</style>