Shades of Electric Purple #C60BEE
Tints of Electric Purple #C60BEE
RGB
CMYK
RGB Variations
Color information
#C60BEE (or 0xC60BEE) is known color: Electric Purple. HEX triplet: C6, 0B and EE. RGB value is (198,11,238). Sum of RGB (Red+Green+Blue) = 198+11+238=447 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.30% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #C60BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BEE is #39F411. Grayscale: #5C5C5C. Windows color (decimal): -3798034 or 15600582. OLE color: 15600582.
HSL color Cylindrical-coordinate representation of color #C60BEE: hue angle of 289.43º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C60BEE is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 11 | 238 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.07 |
| HSL | 289.43º | 0.91% | 0.49% | - |
| HSV(B) | 289.43º | 0.95% | 0.93% | - |
| XYZ | 38.84 | 18.42 | 82.4 | - |
| YUV | 92.79 | 209.95 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 238 | 0.17 | 0.95 | 0 | 0.07 | 289.43 | 0.91 | 0.49 |
| Hex | C6 | B | EE | 11 | 5F | 0 | 7 | 121 | 5B | 31 |
| Octal | 306 | 13 | 356 | 21 | 137 | 0 | 7 | 441 | 133 | 61 |
| Binary | 11000110 | 1011 | 11101110 | 10001 | 1011111 | 0 | 111 | 100100001 | 1011011 | 110001 |
Color Harmonies of #C60BEE
Complementary color
Monochromatic Colors of #C60BEE
Black with #C60BEE
Text Example
Text Example
White with #C60BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BEE; }
p { color: rgb(198,11,238); }
H1.HeaderClassName
{
color: #C60BEE;
}
.AnyTagClassName
{
color: #C60BEE;
}
</style>
background-color css
<style>
a { background-color: #C60BEE; }
a { background-color: rgb(198,11,238); }
div.DivClassName
{
background-color: #C60BEE;
}
.BgClassName
{
background-color: #C60BEE;
}
</style>
border-color css
<style>
span { border-color: #C60BEE; }
span { border-color: rgb(198,11,238); }
td.TdClassName
{
border-color: #C60BEE;
}
.TagClassName
{
border-color: #C60BEE;
}
</style>