Shades of Electric Purple #C62AFB
Tints of Electric Purple #C62AFB
RGB
CMYK
RGB Variations
Color information
#C62AFB (or 0xC62AFB) is known color: Electric Purple. HEX triplet: C6, 2A and FB. RGB value is (198,42,251). Sum of RGB (Red+Green+Blue) = 198+42+251=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 42 (16.80% from 255 or 8.55% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #C62AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C62AFB is #39D504. Grayscale: #6F6F6F. Windows color (decimal): -3790085 or 16460486. OLE color: 16460486.
HSL color Cylindrical-coordinate representation of color #C62AFB: hue angle of 284.78º degrees, saturation: 0.96, 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 #C62AFB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 42 | 251 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.02 |
| HSL | 284.78º | 0.96% | 0.57% | - |
| HSV(B) | 284.78º | 0.83% | 0.98% | - |
| XYZ | 41.53 | 20.63 | 93.06 | - |
| YUV | 112.47 | 206.18 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 42 | 251 | 0.21 | 0.83 | 0 | 0.02 | 284.78 | 0.96 | 0.57 |
| Hex | C6 | 2A | FB | 15 | 53 | 0 | 2 | 11D | 60 | 39 |
| Octal | 306 | 52 | 373 | 25 | 123 | 0 | 2 | 435 | 140 | 71 |
| Binary | 11000110 | 101010 | 11111011 | 10101 | 1010011 | 0 | 10 | 100011101 | 1100000 | 111001 |
Color Harmonies of #C62AFB
Complementary color
Monochromatic Colors of #C62AFB
Black with #C62AFB
Text Example
Text Example
White with #C62AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62AFB; }
p { color: rgb(198,42,251); }
H1.HeaderClassName
{
color: #C62AFB;
}
.AnyTagClassName
{
color: #C62AFB;
}
</style>
background-color css
<style>
a { background-color: #C62AFB; }
a { background-color: rgb(198,42,251); }
div.DivClassName
{
background-color: #C62AFB;
}
.BgClassName
{
background-color: #C62AFB;
}
</style>
border-color css
<style>
span { border-color: #C62AFB; }
span { border-color: rgb(198,42,251); }
td.TdClassName
{
border-color: #C62AFB;
}
.TagClassName
{
border-color: #C62AFB;
}
</style>