Shades of Electric Purple #C60BED
Tints of Electric Purple #C60BED
RGB
CMYK
RGB Variations
Color information
#C60BED (or 0xC60BED) is known color: Electric Purple. HEX triplet: C6, 0B and ED. RGB value is (198,11,237). Sum of RGB (Red+Green+Blue) = 198+11+237=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 11 (4.69% from 255 or 2.47% from 446); Blue value is 237 (92.97% from 255 or 53.14% from 446); Max value from RGB is 237 - color contains mainly: blue. Hex color #C60BED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BED is #39F412. Grayscale: #5B5B5B. Windows color (decimal): -3798035 or 15535046. OLE color: 15535046.
HSL color Cylindrical-coordinate representation of color #C60BED: hue angle of 289.65º 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 #C60BED is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 11 | 237 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.07 |
| HSL | 289.65º | 0.91% | 0.49% | - |
| HSV(B) | 289.65º | 0.95% | 0.93% | - |
| XYZ | 38.69 | 18.36 | 81.63 | - |
| YUV | 92.68 | 209.45 | 203.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 237 | 0.16 | 0.95 | 0 | 0.07 | 289.65 | 0.91 | 0.49 |
| Hex | C6 | B | ED | 10 | 5F | 0 | 7 | 122 | 5B | 31 |
| Octal | 306 | 13 | 355 | 20 | 137 | 0 | 7 | 442 | 133 | 61 |
| Binary | 11000110 | 1011 | 11101101 | 10000 | 1011111 | 0 | 111 | 100100010 | 1011011 | 110001 |
Color Harmonies of #C60BED
Complementary color
Monochromatic Colors of #C60BED
Black with #C60BED
Text Example
Text Example
White with #C60BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BED; }
p { color: rgb(198,11,237); }
H1.HeaderClassName
{
color: #C60BED;
}
.AnyTagClassName
{
color: #C60BED;
}
</style>
background-color css
<style>
a { background-color: #C60BED; }
a { background-color: rgb(198,11,237); }
div.DivClassName
{
background-color: #C60BED;
}
.BgClassName
{
background-color: #C60BED;
}
</style>
border-color css
<style>
span { border-color: #C60BED; }
span { border-color: rgb(198,11,237); }
td.TdClassName
{
border-color: #C60BED;
}
.TagClassName
{
border-color: #C60BED;
}
</style>