Shades of Electric Purple #C628E7
Tints of Electric Purple #C628E7
RGB
CMYK
RGB Variations
Color information
#C628E7 (or 0xC628E7) is known color: Electric Purple. HEX triplet: C6, 28 and E7. RGB value is (198,40,231). Sum of RGB (Red+Green+Blue) = 198+40+231=469 (62% of max value = 765). Red value is 198 (77.73% from 255 or 42.22% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 231 (90.62% from 255 or 49.25% from 469); Max value from RGB is 231 - color contains mainly: blue. Hex color #C628E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C628E7 is #39D718. Grayscale: #6C6C6C. Windows color (decimal): -3790617 or 15149254. OLE color: 15149254.
HSL color Cylindrical-coordinate representation of color #C628E7: hue angle of 289.63º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C628E7 is Cyan = 0.14, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 40 | 231 | - |
| CMYK | 0.14 | 0.83 | 0 | 0.09 |
| HSL | 289.63º | 0.8% | 0.53% | - |
| HSV(B) | 289.63º | 0.83% | 0.91% | - |
| XYZ | 38.47 | 19.29 | 77.3 | - |
| YUV | 109.02 | 196.85 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 40 | 231 | 0.14 | 0.83 | 0 | 0.09 | 289.63 | 0.8 | 0.53 |
| Hex | C6 | 28 | E7 | E | 53 | 0 | 9 | 122 | 50 | 35 |
| Octal | 306 | 50 | 347 | 16 | 123 | 0 | 11 | 442 | 120 | 65 |
| Binary | 11000110 | 101000 | 11100111 | 1110 | 1010011 | 0 | 1001 | 100100010 | 1010000 | 110101 |
Color Harmonies of #C628E7
Complementary color
Monochromatic Colors of #C628E7
Black with #C628E7
Text Example
Text Example
White with #C628E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C628E7; }
p { color: rgb(198,40,231); }
H1.HeaderClassName
{
color: #C628E7;
}
.AnyTagClassName
{
color: #C628E7;
}
</style>
background-color css
<style>
a { background-color: #C628E7; }
a { background-color: rgb(198,40,231); }
div.DivClassName
{
background-color: #C628E7;
}
.BgClassName
{
background-color: #C628E7;
}
</style>
border-color css
<style>
span { border-color: #C628E7; }
span { border-color: rgb(198,40,231); }
td.TdClassName
{
border-color: #C628E7;
}
.TagClassName
{
border-color: #C628E7;
}
</style>