Shades of Electric Purple #C629FB
Tints of Electric Purple #C629FB
RGB
CMYK
RGB Variations
Color information
#C629FB (or 0xC629FB) is known color: Electric Purple. HEX triplet: C6, 29 and FB. RGB value is (198,41,251). Sum of RGB (Red+Green+Blue) = 198+41+251=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 41 (16.41% from 255 or 8.37% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #C629FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629FB is #39D604. Grayscale: #6F6F6F. Windows color (decimal): -3790341 or 16460230. OLE color: 16460230.
HSL color Cylindrical-coordinate representation of color #C629FB: hue angle of 284.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C629FB is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 41 | 251 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 284.86º | 0.96% | 0.57% | - |
| HSV(B) | 284.86º | 0.84% | 0.98% | - |
| XYZ | 41.49 | 20.56 | 93.05 | - |
| YUV | 111.88 | 206.51 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 251 | 0.21 | 0.84 | 0 | 0.02 | 284.86 | 0.96 | 0.57 |
| Hex | C6 | 29 | FB | 15 | 54 | 0 | 2 | 11D | 60 | 39 |
| Octal | 306 | 51 | 373 | 25 | 124 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000110 | 101001 | 11111011 | 10101 | 1010100 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C629FB
Complementary color
Monochromatic Colors of #C629FB
Black with #C629FB
Text Example
Text Example
White with #C629FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629FB; }
p { color: rgb(198,41,251); }
H1.HeaderClassName
{
color: #C629FB;
}
.AnyTagClassName
{
color: #C629FB;
}
</style>
background-color css
<style>
a { background-color: #C629FB; }
a { background-color: rgb(198,41,251); }
div.DivClassName
{
background-color: #C629FB;
}
.BgClassName
{
background-color: #C629FB;
}
</style>
border-color css
<style>
span { border-color: #C629FB; }
span { border-color: rgb(198,41,251); }
td.TdClassName
{
border-color: #C629FB;
}
.TagClassName
{
border-color: #C629FB;
}
</style>