#c71eea

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

Shades of Electric Purple #C71EEA

Tints of Electric Purple #C71EEA

Color information

#C71EEA (or 0xC71EEA) is unknown color: approx Electric Purple. HEX triplet: C7, 1E and EA. RGB value is (199,30,234). Sum of RGB (Red+Green+Blue) = 199+30+234=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 30 (12.11% from 255 or 6.48% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #C71EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C71EEA is #38E115. Grayscale: #676767. Windows color (decimal): -3727638 or 15343303. OLE color: 15343303.

HSL color Cylindrical-coordinate representation of color #C71EEA: hue angle of 289.71º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C71EEA is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB19930234-
CMYK0.150.8700.08
HSL289.71º82.93%51.76%-
HSV(B)289.71º87.18%91.76%-
XYZ38.8719.0179.46-
YUV103.79201.49195.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 30 (12.11% from 255) = 6.48%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=42.98%
G=6.48%
B=50.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal199302340.150.8700.08289.7182.9351.76
HexC71EEAF57081225334
Octal307363521712701044212364
Binary11000111111101110101011111010111010001001000101010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c71eea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c71eea; }

 p { color: rgb(199,30,234); }

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

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

 a { background-color: rgb(199,30,234); }

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

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

 span { border-color: rgb(199,30,234); }

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