#7b168e

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

Shades of Purple #7B168E

Tints of Purple #7B168E

Color information

#7B168E (or 0x7B168E) is unknown color: approx Purple. HEX triplet: 7B, 16 and 8E. RGB value is (123,22,142). Sum of RGB (Red+Green+Blue) = 123+22+142=287 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.86% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B168E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B168E is #84E971. Grayscale: #414141. Windows color (decimal): -8710514 or 9311867. OLE color: 9311867.

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

Color convert

RGB12322142-
CMYK0.130.8500.44
HSL290.5º73.17%32.16%-
HSV(B)290.5º84.51%55.69%-
XYZ13.346.7426.19-
YUV65.88170.96168.74-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 42.86%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 142 (55.86% from 255) = 49.48%
R=42.86%
G=7.67%
B=49.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal123221420.130.8500.44290.573.1732.16
Hex7B168ED5502C1224920
Octal173262161512505444211140
Binary111101110110100011101101101010101011001001000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b168e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,22,142); }

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

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

 a { background-color: rgb(123,22,142); }

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

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

 span { border-color: rgb(123,22,142); }

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