Shades of Electric Purple #C60BE7
Tints of Electric Purple #C60BE7
RGB
CMYK
RGB Variations
Color information
#C60BE7 (or 0xC60BE7) is known color: Electric Purple. HEX triplet: C6, 0B and E7. RGB value is (198,11,231). Sum of RGB (Red+Green+Blue) = 198+11+231=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 11 (4.69% from 255 or 2.5% from 440); Blue value is 231 (90.62% from 255 or 52.5% from 440); Max value from RGB is 231 - color contains mainly: blue. Hex color #C60BE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BE7 is #39F418. Grayscale: #5B5B5B. Windows color (decimal): -3798041 or 15141830. OLE color: 15141830.
HSL color Cylindrical-coordinate representation of color #C60BE7: hue angle of 291º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BE7 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 11 | 231 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.09 |
| HSL | 291º | 0.91% | 0.47% | - |
| HSV(B) | 291º | 0.95% | 0.91% | - |
| XYZ | 37.83 | 18.01 | 77.08 | - |
| YUV | 91.99 | 206.45 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 231 | 0.14 | 0.95 | 0 | 0.09 | 291 | 0.91 | 0.47 |
| Hex | C6 | B | E7 | E | 5F | 0 | 9 | 123 | 5B | 2F |
| Octal | 306 | 13 | 347 | 16 | 137 | 0 | 11 | 443 | 133 | 57 |
| Binary | 11000110 | 1011 | 11100111 | 1110 | 1011111 | 0 | 1001 | 100100011 | 1011011 | 101111 |
Color Harmonies of #C60BE7
Complementary color
Monochromatic Colors of #C60BE7
Black with #C60BE7
Text Example
Text Example
White with #C60BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BE7; }
p { color: rgb(198,11,231); }
H1.HeaderClassName
{
color: #C60BE7;
}
.AnyTagClassName
{
color: #C60BE7;
}
</style>
background-color css
<style>
a { background-color: #C60BE7; }
a { background-color: rgb(198,11,231); }
div.DivClassName
{
background-color: #C60BE7;
}
.BgClassName
{
background-color: #C60BE7;
}
</style>
border-color css
<style>
span { border-color: #C60BE7; }
span { border-color: rgb(198,11,231); }
td.TdClassName
{
border-color: #C60BE7;
}
.TagClassName
{
border-color: #C60BE7;
}
</style>