Shades of Electric Purple #C61BFE
Tints of Electric Purple #C61BFE
RGB
CMYK
RGB Variations
Color information
#C61BFE (or 0xC61BFE) is known color: Electric Purple. HEX triplet: C6, 1B and FE. RGB value is (198,27,254). Sum of RGB (Red+Green+Blue) = 198+27+254=479 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.34% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #C61BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BFE is #39E401. Grayscale: #676767. Windows color (decimal): -3793922 or 16653254. OLE color: 16653254.
HSL color Cylindrical-coordinate representation of color #C61BFE: hue angle of 285.2º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61BFE is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 27 | 254 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.00 |
| HSL | 285.2º | 0.99% | 0.55% | - |
| HSV(B) | 285.2º | 0.89% | 1% | - |
| XYZ | 41.57 | 19.95 | 95.42 | - |
| YUV | 104.01 | 212.65 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 254 | 0.22 | 0.89 | 0 | 0.00 | 285.2 | 0.99 | 0.55 |
| Hex | C6 | 1B | FE | 16 | 59 | 0 | 0 | 11D | 63 | 37 |
| Octal | 306 | 33 | 376 | 26 | 131 | 0 | 0 | 435 | 143 | 67 |
| Binary | 11000110 | 11011 | 11111110 | 10110 | 1011001 | 0 | 0 | 100011101 | 1100011 | 110111 |
Color Harmonies of #C61BFE
Complementary color
Monochromatic Colors of #C61BFE
Black with #C61BFE
Text Example
Text Example
White with #C61BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BFE; }
p { color: rgb(198,27,254); }
H1.HeaderClassName
{
color: #C61BFE;
}
.AnyTagClassName
{
color: #C61BFE;
}
</style>
background-color css
<style>
a { background-color: #C61BFE; }
a { background-color: rgb(198,27,254); }
div.DivClassName
{
background-color: #C61BFE;
}
.BgClassName
{
background-color: #C61BFE;
}
</style>
border-color css
<style>
span { border-color: #C61BFE; }
span { border-color: rgb(198,27,254); }
td.TdClassName
{
border-color: #C61BFE;
}
.TagClassName
{
border-color: #C61BFE;
}
</style>