Shades of Electric Purple #C619FA
Tints of Electric Purple #C619FA
RGB
CMYK
RGB Variations
Color information
#C619FA (or 0xC619FA) is known color: Electric Purple. HEX triplet: C6, 19 and FA. RGB value is (198,25,250). Sum of RGB (Red+Green+Blue) = 198+25+250=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 25 (10.16% from 255 or 5.29% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #C619FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C619FA is #39E605. Grayscale: #656565. Windows color (decimal): -3794438 or 16390598. OLE color: 16390598.
HSL color Cylindrical-coordinate representation of color #C619FA: hue angle of 286.13º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C619FA is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 25 | 250 | - |
| CMYK | 0.21 | 0.9 | 0 | 0.02 |
| HSL | 286.13º | 0.96% | 0.54% | - |
| HSV(B) | 286.13º | 0.9% | 0.98% | - |
| XYZ | 40.89 | 19.6 | 92.07 | - |
| YUV | 102.38 | 211.31 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 25 | 250 | 0.21 | 0.9 | 0 | 0.02 | 286.13 | 0.96 | 0.54 |
| Hex | C6 | 19 | FA | 15 | 5A | 0 | 2 | 11E | 60 | 36 |
| Octal | 306 | 31 | 372 | 25 | 132 | 0 | 2 | 436 | 140 | 66 |
| Binary | 11000110 | 11001 | 11111010 | 10101 | 1011010 | 0 | 10 | 100011110 | 1100000 | 110110 |
Color Harmonies of #C619FA
Complementary color
Monochromatic Colors of #C619FA
Black with #C619FA
Text Example
Text Example
White with #C619FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C619FA; }
p { color: rgb(198,25,250); }
H1.HeaderClassName
{
color: #C619FA;
}
.AnyTagClassName
{
color: #C619FA;
}
</style>
background-color css
<style>
a { background-color: #C619FA; }
a { background-color: rgb(198,25,250); }
div.DivClassName
{
background-color: #C619FA;
}
.BgClassName
{
background-color: #C619FA;
}
</style>
border-color css
<style>
span { border-color: #C619FA; }
span { border-color: rgb(198,25,250); }
td.TdClassName
{
border-color: #C619FA;
}
.TagClassName
{
border-color: #C619FA;
}
</style>