Shades of Electric Purple #C70AFB
Tints of Electric Purple #C70AFB
RGB
CMYK
RGB Variations
Color information
#C70AFB (or 0xC70AFB) is known color: Electric Purple. HEX triplet: C7, 0A and FB. RGB value is (199,10,251). Sum of RGB (Red+Green+Blue) = 199+10+251=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 10 (4.30% from 255 or 2.17% from 460); Blue value is 251 (98.44% from 255 or 54.57% from 460); Max value from RGB is 251 - color contains mainly: blue. Hex color #C70AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C70AFB is #38F504. Grayscale: #5D5D5D. Windows color (decimal): -3732741 or 16452295. OLE color: 16452295.
HSL color Cylindrical-coordinate representation of color #C70AFB: hue angle of 287.05º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C70AFB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 10 | 251 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.02 |
| HSL | 287.05º | 0.97% | 0.51% | - |
| HSV(B) | 287.05º | 0.96% | 0.98% | - |
| XYZ | 41.07 | 19.32 | 92.83 | - |
| YUV | 93.99 | 216.62 | 202.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 10 | 251 | 0.21 | 0.96 | 0 | 0.02 | 287.05 | 0.97 | 0.51 |
| Hex | C7 | A | FB | 15 | 60 | 0 | 2 | 11F | 61 | 33 |
| Octal | 307 | 12 | 373 | 25 | 140 | 0 | 2 | 437 | 141 | 63 |
| Binary | 11000111 | 1010 | 11111011 | 10101 | 1100000 | 0 | 10 | 100011111 | 1100001 | 110011 |
Color Harmonies of #C70AFB
Complementary color
Monochromatic Colors of #C70AFB
Black with #C70AFB
Text Example
Text Example
White with #C70AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C70AFB; }
p { color: rgb(199,10,251); }
H1.HeaderClassName
{
color: #C70AFB;
}
.AnyTagClassName
{
color: #C70AFB;
}
</style>
background-color css
<style>
a { background-color: #C70AFB; }
a { background-color: rgb(199,10,251); }
div.DivClassName
{
background-color: #C70AFB;
}
.BgClassName
{
background-color: #C70AFB;
}
</style>
border-color css
<style>
span { border-color: #C70AFB; }
span { border-color: rgb(199,10,251); }
td.TdClassName
{
border-color: #C70AFB;
}
.TagClassName
{
border-color: #C70AFB;
}
</style>