#7C178E

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

Shades of Purple #7C178E

Tints of Purple #7C178E

Color information

#7C178E (or 0x7C178E) is unknown color: approx Purple. HEX triplet: 7C, 17 and 8E. RGB value is (124,23,142). Sum of RGB (Red+Green+Blue) = 124+23+142=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C178E is #83E871. Grayscale: #424242. Windows color (decimal): -8644722 or 9312124. OLE color: 9312124.

HSL color Cylindrical-coordinate representation of color #7C178E: hue angle of 290.92º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7C178E is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12423142-
CMYK0.130.8400.44
HSL290.92º72.12%32.35%-
HSV(B)290.92º83.8%55.69%-
XYZ13.56.8526.2-
YUV66.76170.46168.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 142 (55.86% from 255) = 49.13%
R=42.91%
G=7.96%
B=49.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal124231420.130.8400.44290.9272.1232.35
Hex7C178ED5402C1234820
Octal174272161512405444311040
Binary111110010111100011101101101010001011001001000111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C178E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C178E; }

 p { color: rgb(124,23,142); }

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

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

 a { background-color: rgb(124,23,142); }

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

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

 span { border-color: rgb(124,23,142); }

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