Shades of Electric Purple #C734FA
Tints of Electric Purple #C734FA
RGB
CMYK
RGB Variations
Color information
#C734FA (or 0xC734FA) is known color: Electric Purple. HEX triplet: C7, 34 and FA. RGB value is (199,52,250). Sum of RGB (Red+Green+Blue) = 199+52+250=501 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.72% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #C734FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734FA is #38CB05. Grayscale: #757575. Windows color (decimal): -3721990 or 16397511. OLE color: 16397511.
HSL color Cylindrical-coordinate representation of color #C734FA: hue angle of 284.55º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C734FA is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 52 | 250 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 284.55º | 0.95% | 0.59% | - |
| HSV(B) | 284.55º | 0.79% | 0.98% | - |
| XYZ | 42.04 | 21.5 | 92.38 | - |
| YUV | 118.53 | 202.2 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 250 | 0.20 | 0.79 | 0 | 0.02 | 284.55 | 0.95 | 0.59 |
| Hex | C7 | 34 | FA | 14 | 4F | 0 | 2 | 11D | 5F | 3B |
| Octal | 307 | 64 | 372 | 24 | 117 | 0 | 2 | 435 | 137 | 73 |
| Binary | 11000111 | 110100 | 11111010 | 10100 | 1001111 | 0 | 10 | 100011101 | 1011111 | 111011 |
Color Harmonies of #C734FA
Complementary color
Monochromatic Colors of #C734FA
Black with #C734FA
Text Example
Text Example
White with #C734FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734FA; }
p { color: rgb(199,52,250); }
H1.HeaderClassName
{
color: #C734FA;
}
.AnyTagClassName
{
color: #C734FA;
}
</style>
background-color css
<style>
a { background-color: #C734FA; }
a { background-color: rgb(199,52,250); }
div.DivClassName
{
background-color: #C734FA;
}
.BgClassName
{
background-color: #C734FA;
}
</style>
border-color css
<style>
span { border-color: #C734FA; }
span { border-color: rgb(199,52,250); }
td.TdClassName
{
border-color: #C734FA;
}
.TagClassName
{
border-color: #C734FA;
}
</style>