#7A178C

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

Shades of Purple #7A178C

Tints of Purple #7A178C

Color information

#7A178C (or 0x7A178C) is unknown color: approx Purple. HEX triplet: 7A, 17 and 8C. RGB value is (122,23,140). Sum of RGB (Red+Green+Blue) = 122+23+140=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 140 (55.08% from 255 or 49.12% from 285); Max value from RGB is 140 - color contains mainly: blue. Hex color #7A178C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A178C is #85E873. Grayscale: #414141. Windows color (decimal): -8775796 or 9181050. OLE color: 9181050.

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

Color convert

RGB12223140-
CMYK0.130.8400.45
HSL290.77º71.78%31.96%-
HSV(B)290.77º83.57%54.9%-
XYZ13.076.6425.4-
YUV65.94169.8167.99-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.81%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 140 (55.08% from 255) = 49.12%
R=42.81%
G=8.07%
B=49.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal122231400.130.8400.45290.7771.7831.96
Hex7A178CD5402D1234820
Octal172272141512405544311040
Binary111101010111100011001101101010001011011001000111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A178C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,23,140); }

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

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

 a { background-color: rgb(122,23,140); }

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

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

 span { border-color: rgb(122,23,140); }

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