Shades of Electric Purple #C62BFA
Tints of Electric Purple #C62BFA
RGB
CMYK
RGB Variations
Color information
#C62BFA (or 0xC62BFA) is known color: Electric Purple. HEX triplet: C6, 2B and FA. RGB value is (198,43,250). Sum of RGB (Red+Green+Blue) = 198+43+250=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 43 (17.19% from 255 or 8.76% from 491); Blue value is 250 (98.05% from 255 or 50.92% from 491); Max value from RGB is 250 - color contains mainly: blue. Hex color #C62BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62BFA is #39D405. Grayscale: #707070. Windows color (decimal): -3789830 or 16395206. OLE color: 16395206.
HSL color Cylindrical-coordinate representation of color #C62BFA: hue angle of 284.93º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C62BFA is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 43 | 250 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.02 |
| HSL | 284.93º | 0.95% | 0.57% | - |
| HSV(B) | 284.93º | 0.83% | 0.98% | - |
| XYZ | 41.41 | 20.64 | 92.24 | - |
| YUV | 112.94 | 205.35 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 43 | 250 | 0.21 | 0.83 | 0 | 0.02 | 284.93 | 0.95 | 0.57 |
| Hex | C6 | 2B | FA | 15 | 53 | 0 | 2 | 11D | 5F | 39 |
| Octal | 306 | 53 | 372 | 25 | 123 | 0 | 2 | 435 | 137 | 71 |
| Binary | 11000110 | 101011 | 11111010 | 10101 | 1010011 | 0 | 10 | 100011101 | 1011111 | 111001 |
Color Harmonies of #C62BFA
Complementary color
Monochromatic Colors of #C62BFA
Black with #C62BFA
Text Example
Text Example
White with #C62BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62BFA; }
p { color: rgb(198,43,250); }
H1.HeaderClassName
{
color: #C62BFA;
}
.AnyTagClassName
{
color: #C62BFA;
}
</style>
background-color css
<style>
a { background-color: #C62BFA; }
a { background-color: rgb(198,43,250); }
div.DivClassName
{
background-color: #C62BFA;
}
.BgClassName
{
background-color: #C62BFA;
}
</style>
border-color css
<style>
span { border-color: #C62BFA; }
span { border-color: rgb(198,43,250); }
td.TdClassName
{
border-color: #C62BFA;
}
.TagClassName
{
border-color: #C62BFA;
}
</style>