Shades of Electric Purple #C629FA
Tints of Electric Purple #C629FA
RGB
CMYK
RGB Variations
Color information
#C629FA (or 0xC629FA) is known color: Electric Purple. HEX triplet: C6, 29 and FA. RGB value is (198,41,250). Sum of RGB (Red+Green+Blue) = 198+41+250=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 41 (16.41% from 255 or 8.38% from 489); Blue value is 250 (98.05% from 255 or 51.12% from 489); Max value from RGB is 250 - color contains mainly: blue. Hex color #C629FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629FA is #39D605. Grayscale: #6F6F6F. Windows color (decimal): -3790342 or 16394694. OLE color: 16394694.
HSL color Cylindrical-coordinate representation of color #C629FA: hue angle of 285.07º degrees, saturation: 0.95, 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 #C629FA is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 41 | 250 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.02 |
| HSL | 285.07º | 0.95% | 0.57% | - |
| HSV(B) | 285.07º | 0.84% | 0.98% | - |
| XYZ | 41.34 | 20.49 | 92.22 | - |
| YUV | 111.77 | 206.01 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 250 | 0.21 | 0.84 | 0 | 0.02 | 285.07 | 0.95 | 0.57 |
| Hex | C6 | 29 | FA | 15 | 54 | 0 | 2 | 11D | 5F | 39 |
| Octal | 306 | 51 | 372 | 25 | 124 | 0 | 2 | 435 | 137 | 71 |
| Binary | 11000110 | 101001 | 11111010 | 10101 | 1010100 | 0 | 10 | 100011101 | 1011111 | 111001 |
Color Harmonies of #C629FA
Complementary color
Monochromatic Colors of #C629FA
Black with #C629FA
Text Example
Text Example
White with #C629FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629FA; }
p { color: rgb(198,41,250); }
H1.HeaderClassName
{
color: #C629FA;
}
.AnyTagClassName
{
color: #C629FA;
}
</style>
background-color css
<style>
a { background-color: #C629FA; }
a { background-color: rgb(198,41,250); }
div.DivClassName
{
background-color: #C629FA;
}
.BgClassName
{
background-color: #C629FA;
}
</style>
border-color css
<style>
span { border-color: #C629FA; }
span { border-color: rgb(198,41,250); }
td.TdClassName
{
border-color: #C629FA;
}
.TagClassName
{
border-color: #C629FA;
}
</style>