Shades of Electric Purple #C62FFA
Tints of Electric Purple #C62FFA
RGB
CMYK
RGB Variations
Color information
#C62FFA (or 0xC62FFA) is known color: Electric Purple. HEX triplet: C6, 2F and FA. RGB value is (198,47,250). Sum of RGB (Red+Green+Blue) = 198+47+250=495 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40% from 495); Green value is 47 (18.75% from 255 or 9.49% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #C62FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62FFA is #39D005. Grayscale: #727272. Windows color (decimal): -3788806 or 16396230. OLE color: 16396230.
HSL color Cylindrical-coordinate representation of color #C62FFA: hue angle of 284.63º degrees, saturation: 0.95, 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 #C62FFA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 47 | 250 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.02 |
| HSL | 284.63º | 0.95% | 0.58% | - |
| HSV(B) | 284.63º | 0.81% | 0.98% | - |
| XYZ | 41.56 | 20.94 | 92.29 | - |
| YUV | 115.29 | 204.03 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 47 | 250 | 0.21 | 0.81 | 0 | 0.02 | 284.63 | 0.95 | 0.58 |
| Hex | C6 | 2F | FA | 15 | 51 | 0 | 2 | 11D | 5F | 3A |
| Octal | 306 | 57 | 372 | 25 | 121 | 0 | 2 | 435 | 137 | 72 |
| Binary | 11000110 | 101111 | 11111010 | 10101 | 1010001 | 0 | 10 | 100011101 | 1011111 | 111010 |
Color Harmonies of #C62FFA
Complementary color
Monochromatic Colors of #C62FFA
Black with #C62FFA
Text Example
Text Example
White with #C62FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62FFA; }
p { color: rgb(198,47,250); }
H1.HeaderClassName
{
color: #C62FFA;
}
.AnyTagClassName
{
color: #C62FFA;
}
</style>
background-color css
<style>
a { background-color: #C62FFA; }
a { background-color: rgb(198,47,250); }
div.DivClassName
{
background-color: #C62FFA;
}
.BgClassName
{
background-color: #C62FFA;
}
</style>
border-color css
<style>
span { border-color: #C62FFA; }
span { border-color: rgb(198,47,250); }
td.TdClassName
{
border-color: #C62FFA;
}
.TagClassName
{
border-color: #C62FFA;
}
</style>