#7A168F

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

Shades of Purple #7A168F

Tints of Purple #7A168F

Color information

#7A168F (or 0x7A168F) is unknown color: approx Purple. HEX triplet: 7A, 16 and 8F. RGB value is (122,22,143). Sum of RGB (Red+Green+Blue) = 122+22+143=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 143 (56.25% from 255 or 49.83% from 287); Max value from RGB is 143 - color contains mainly: blue. Hex color #7A168F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A168F is #85E970. Grayscale: #414141. Windows color (decimal): -8776049 or 9377402. OLE color: 9377402.

HSL color Cylindrical-coordinate representation of color #7A168F: hue angle of 289.59º 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 #7A168F is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12222143-
CMYK0.150.8500.44
HSL289.59º73.33%32.35%-
HSV(B)289.59º84.62%56.08%-
XYZ13.276.6926.58-
YUV65.69171.63168.16-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.51%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 143 (56.25% from 255) = 49.83%
R=42.51%
G=7.67%
B=49.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122221430.150.8500.44289.5973.3332.35
Hex7A168FF5502C1224920
Octal172262171712505444211140
Binary111101010110100011111111101010101011001001000101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A168F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,143); }

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

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

 a { background-color: rgb(122,22,143); }

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

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

 span { border-color: rgb(122,22,143); }

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