Shades of Electric Purple #C734FF
Tints of Electric Purple #C734FF
RGB
CMYK
RGB Variations
Color information
#C734FF (or 0xC734FF) is known color: Electric Purple. HEX triplet: C7, 34 and FF. RGB value is (199,52,255). Sum of RGB (Red+Green+Blue) = 199+52+255=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 52 (20.70% from 255 or 10.28% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #C734FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C734FF is #38CB00. Grayscale: #767676. Windows color (decimal): -3721985 or 16725191. OLE color: 16725191.
HSL color Cylindrical-coordinate representation of color #C734FF: hue angle of 283.45º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C734FF is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 52 | 255 | - |
| CMYK | 0.22 | 0.80 | 0 | 0 |
| HSL | 283.45º | 1% | 0.6% | - |
| HSV(B) | 283.45º | 0.8% | 1% | - |
| XYZ | 42.83 | 21.82 | 96.56 | - |
| YUV | 119.1 | 204.7 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 255 | 0.22 | 0.80 | 0 | 0 | 283.45 | 1 | 0.6 |
| Hex | C7 | 34 | FF | 16 | 50 | 0 | 0 | 11B | 64 | 3C |
| Octal | 307 | 64 | 377 | 26 | 120 | 0 | 0 | 433 | 144 | 74 |
| Binary | 11000111 | 110100 | 11111111 | 10110 | 1010000 | 0 | 0 | 100011011 | 1100100 | 111100 |
Color Harmonies of #C734FF
Complementary color
Monochromatic Colors of #C734FF
Black with #C734FF
Text Example
Text Example
White with #C734FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C734FF; }
p { color: rgb(199,52,255); }
H1.HeaderClassName
{
color: #C734FF;
}
.AnyTagClassName
{
color: #C734FF;
}
</style>
background-color css
<style>
a { background-color: #C734FF; }
a { background-color: rgb(199,52,255); }
div.DivClassName
{
background-color: #C734FF;
}
.BgClassName
{
background-color: #C734FF;
}
</style>
border-color css
<style>
span { border-color: #C734FF; }
span { border-color: rgb(199,52,255); }
td.TdClassName
{
border-color: #C734FF;
}
.TagClassName
{
border-color: #C734FF;
}
</style>