Shades of Electric Purple #C62FF9
Tints of Electric Purple #C62FF9
RGB
CMYK
RGB Variations
Color information
#C62FF9 (or 0xC62FF9) is known color: Electric Purple. HEX triplet: C6, 2F and F9. RGB value is (198,47,249). Sum of RGB (Red+Green+Blue) = 198+47+249=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 47 (18.75% from 255 or 9.51% from 494); Blue value is 249 (97.66% from 255 or 50.40% from 494); Max value from RGB is 249 - color contains mainly: blue. Hex color #C62FF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FF9 is #39D006. Grayscale: #727272. Windows color (decimal): -3788807 or 16330694. OLE color: 16330694.
HSL color Cylindrical-coordinate representation of color #C62FF9: hue angle of 284.85º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C62FF9 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 47 | 249 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.02 |
| HSL | 284.85º | 0.94% | 0.58% | - |
| HSV(B) | 284.85º | 0.81% | 0.98% | - |
| XYZ | 41.4 | 20.88 | 91.47 | - |
| YUV | 115.18 | 203.53 | 187.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 249 | 0.20 | 0.81 | 0 | 0.02 | 284.85 | 0.94 | 0.58 |
| Hex | C6 | 2F | F9 | 14 | 51 | 0 | 2 | 11D | 5E | 3A |
| Octal | 306 | 57 | 371 | 24 | 121 | 0 | 2 | 435 | 136 | 72 |
| Binary | 11000110 | 101111 | 11111001 | 10100 | 1010001 | 0 | 10 | 100011101 | 1011110 | 111010 |
Color Harmonies of #C62FF9
Complementary color
Monochromatic Colors of #C62FF9
Black with #C62FF9
Text Example
Text Example
White with #C62FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FF9; }
p { color: rgb(198,47,249); }
H1.HeaderClassName
{
color: #C62FF9;
}
.AnyTagClassName
{
color: #C62FF9;
}
</style>
background-color css
<style>
a { background-color: #C62FF9; }
a { background-color: rgb(198,47,249); }
div.DivClassName
{
background-color: #C62FF9;
}
.BgClassName
{
background-color: #C62FF9;
}
</style>
border-color css
<style>
span { border-color: #C62FF9; }
span { border-color: rgb(198,47,249); }
td.TdClassName
{
border-color: #C62FF9;
}
.TagClassName
{
border-color: #C62FF9;
}
</style>