Shades of Electric Purple #C61BF2
Tints of Electric Purple #C61BF2
RGB
CMYK
RGB Variations
Color information
#C61BF2 (or 0xC61BF2) is known color: Electric Purple. HEX triplet: C6, 1B and F2. RGB value is (198,27,242). Sum of RGB (Red+Green+Blue) = 198+27+242=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 27 (10.94% from 255 or 5.78% from 467); Blue value is 242 (94.92% from 255 or 51.82% from 467); Max value from RGB is 242 - color contains mainly: blue. Hex color #C61BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C61BF2 is #39E40D. Grayscale: #656565. Windows color (decimal): -3793934 or 15866822. OLE color: 15866822.
HSL color Cylindrical-coordinate representation of color #C61BF2: hue angle of 287.72º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C61BF2 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 27 | 242 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.05 |
| HSL | 287.72º | 0.89% | 0.53% | - |
| HSV(B) | 287.72º | 0.89% | 0.95% | - |
| XYZ | 39.71 | 19.2 | 85.62 | - |
| YUV | 102.64 | 206.65 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 27 | 242 | 0.18 | 0.89 | 0 | 0.05 | 287.72 | 0.89 | 0.53 |
| Hex | C6 | 1B | F2 | 12 | 59 | 0 | 5 | 120 | 59 | 35 |
| Octal | 306 | 33 | 362 | 22 | 131 | 0 | 5 | 440 | 131 | 65 |
| Binary | 11000110 | 11011 | 11110010 | 10010 | 1011001 | 0 | 101 | 100100000 | 1011001 | 110101 |
Color Harmonies of #C61BF2
Complementary color
Monochromatic Colors of #C61BF2
Black with #C61BF2
Text Example
Text Example
White with #C61BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C61BF2; }
p { color: rgb(198,27,242); }
H1.HeaderClassName
{
color: #C61BF2;
}
.AnyTagClassName
{
color: #C61BF2;
}
</style>
background-color css
<style>
a { background-color: #C61BF2; }
a { background-color: rgb(198,27,242); }
div.DivClassName
{
background-color: #C61BF2;
}
.BgClassName
{
background-color: #C61BF2;
}
</style>
border-color css
<style>
span { border-color: #C61BF2; }
span { border-color: rgb(198,27,242); }
td.TdClassName
{
border-color: #C61BF2;
}
.TagClassName
{
border-color: #C61BF2;
}
</style>