Shades of Electric Purple #C629FF
Tints of Electric Purple #C629FF
RGB
CMYK
RGB Variations
Color information
#C629FF (or 0xC629FF) is known color: Electric Purple. HEX triplet: C6, 29 and FF. RGB value is (198,41,255). Sum of RGB (Red+Green+Blue) = 198+41+255=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 41 (16.41% from 255 or 8.30% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #C629FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C629FF is #39D600. Grayscale: #6F6F6F. Windows color (decimal): -3790337 or 16722374. OLE color: 16722374.
HSL color Cylindrical-coordinate representation of color #C629FF: hue angle of 284.02º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C629FF is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 198 | 41 | 255 | - |
| CMYK | 0.22 | 0.84 | 0 | 0 |
| HSL | 284.02º | 1% | 0.58% | - |
| HSV(B) | 284.02º | 0.84% | 1% | - |
| XYZ | 42.13 | 20.81 | 96.4 | - |
| YUV | 112.34 | 208.51 | 189.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 41 | 255 | 0.22 | 0.84 | 0 | 0 | 284.02 | 1 | 0.58 |
| Hex | C6 | 29 | FF | 16 | 54 | 0 | 0 | 11C | 64 | 3A |
| Octal | 306 | 51 | 377 | 26 | 124 | 0 | 0 | 434 | 144 | 72 |
| Binary | 11000110 | 101001 | 11111111 | 10110 | 1010100 | 0 | 0 | 100011100 | 1100100 | 111010 |
Color Harmonies of #C629FF
Complementary color
Monochromatic Colors of #C629FF
Black with #C629FF
Text Example
Text Example
White with #C629FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C629FF; }
p { color: rgb(198,41,255); }
H1.HeaderClassName
{
color: #C629FF;
}
.AnyTagClassName
{
color: #C629FF;
}
</style>
background-color css
<style>
a { background-color: #C629FF; }
a { background-color: rgb(198,41,255); }
div.DivClassName
{
background-color: #C629FF;
}
.BgClassName
{
background-color: #C629FF;
}
</style>
border-color css
<style>
span { border-color: #C629FF; }
span { border-color: rgb(198,41,255); }
td.TdClassName
{
border-color: #C629FF;
}
.TagClassName
{
border-color: #C629FF;
}
</style>