#C413E7

Color #C413E7 Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C413E7

Tints of Electric Purple #C413E7

Color information

#C413E7 (or 0xC413E7) is unknown color: approx Electric Purple. HEX triplet: C4, 13 and E7. RGB value is (196,19,231). Sum of RGB (Red+Green+Blue) = 196+19+231=446 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.95% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 231 (90.62% from 255 or 51.79% from 446); Max value from RGB is 231 - color contains mainly: blue. Hex color #C413E7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C413E7 is #3BEC18. Grayscale: #5F5F5F. Windows color (decimal): -3927065 or 15143876. OLE color: 15143876.

HSL color Cylindrical-coordinate representation of color #C413E7: hue angle of 290.09º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C413E7 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB19619231-
CMYK0.150.9200.09
HSL290.09º84.8%49.02%-
HSV(B)290.09º91.77%90.59%-
XYZ37.4217.9777.1-
YUV96.09204.14199.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 43.95%
GREEN value IS 19 (7.81% from 255) = 4.26%
BLUE value IS 231 (90.62% from 255) = 51.79%
R=43.95%
G=4.26%
B=51.79%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal196192310.150.9200.09290.0984.849.02
HexC413E7F5C091225531
Octal304233471713401144212561
Binary11000100100111110011111111011100010011001000101010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C413E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C413E7; }

 p { color: rgb(196,19,231); }

 H1.HeaderClassName
 {
   color: #C413E7;
 }
 .AnyTagClassName
 {
   color: #C413E7;
 }
</style>
background-color css

<style>
 a { background-color: #C413E7; }

 a { background-color: rgb(196,19,231); }

 div.DivClassName
 {
   background-color: #C413E7;
 }
 .BgClassName
 {
   background-color: #C413E7;
 }
</style>
border-color css

<style>
 span { border-color: #C413E7; }

 span { border-color: rgb(196,19,231); }

 td.TdClassName
 {
   border-color: #C413E7;
 }
 .TagClassName
 {
   border-color: #C413E7;
 }
</style>