Shades of Electric Purple #C60BFA
Tints of Electric Purple #C60BFA
RGB
CMYK
RGB Variations
Color information
#C60BFA (or 0xC60BFA) is known color: Electric Purple. HEX triplet: C6, 0B and FA. RGB value is (198,11,250). Sum of RGB (Red+Green+Blue) = 198+11+250=459 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.14% from 459); Green value is 11 (4.69% from 255 or 2.40% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #C60BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C60BFA is #39F405. Grayscale: #5D5D5D. Windows color (decimal): -3798022 or 16387014. OLE color: 16387014.
HSL color Cylindrical-coordinate representation of color #C60BFA: hue angle of 286.95º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C60BFA is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 11 | 250 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 286.95º | 0.96% | 0.51% | - |
| HSV(B) | 286.95º | 0.96% | 0.98% | - |
| XYZ | 40.66 | 19.15 | 92 | - |
| YUV | 94.16 | 215.95 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 11 | 250 | 0.21 | 0.96 | 0 | 0.02 | 286.95 | 0.96 | 0.51 |
| Hex | C6 | B | FA | 15 | 60 | 0 | 2 | 11F | 60 | 33 |
| Octal | 306 | 13 | 372 | 25 | 140 | 0 | 2 | 437 | 140 | 63 |
| Binary | 11000110 | 1011 | 11111010 | 10101 | 1100000 | 0 | 10 | 100011111 | 1100000 | 110011 |
Color Harmonies of #C60BFA
Complementary color
Monochromatic Colors of #C60BFA
Black with #C60BFA
Text Example
Text Example
White with #C60BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C60BFA; }
p { color: rgb(198,11,250); }
H1.HeaderClassName
{
color: #C60BFA;
}
.AnyTagClassName
{
color: #C60BFA;
}
</style>
background-color css
<style>
a { background-color: #C60BFA; }
a { background-color: rgb(198,11,250); }
div.DivClassName
{
background-color: #C60BFA;
}
.BgClassName
{
background-color: #C60BFA;
}
</style>
border-color css
<style>
span { border-color: #C60BFA; }
span { border-color: rgb(198,11,250); }
td.TdClassName
{
border-color: #C60BFA;
}
.TagClassName
{
border-color: #C60BFA;
}
</style>