#7B096A

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

Shades of Purple #7B096A

Tints of Purple #7B096A

Color information

#7B096A (or 0x7B096A) is unknown color: approx Purple. HEX triplet: 7B, 09 and 6A. RGB value is (123,9,106). Sum of RGB (Red+Green+Blue) = 123+9+106=238 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.68% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 123 - color contains mainly: red. Hex color #7B096A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B096A is #84F695. Grayscale: #353535. Windows color (decimal): -8713878 or 6949243. OLE color: 6949243.

HSL color Cylindrical-coordinate representation of color #7B096A: hue angle of 308.95º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B096A is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.52.

Color convert

RGB1239106-
CMYK00.930.140.52
HSL308.95º86.36%25.88%-
HSV(B)308.95º92.68%48.24%-
XYZ10.875.4514.11-
YUV54.14157.27177.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.68%
GREEN value IS 9 (3.91% from 255) = 3.78%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=51.68%
G=3.78%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123910600.930.140.52308.9586.3625.88
Hex7B96A05DE34135561a
Octal173111520135166446512632
Binary111101110011101010010111011110110100100110101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,9,106); }

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

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

 a { background-color: rgb(123,9,106); }

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

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

 span { border-color: rgb(123,9,106); }

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