#7B086C

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

Shades of Purple #7B086C

Tints of Purple #7B086C

Color information

#7B086C (or 0x7B086C) is unknown color: approx Purple. HEX triplet: 7B, 08 and 6C. RGB value is (123,8,108). Sum of RGB (Red+Green+Blue) = 123+8+108=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 108 (42.58% from 255 or 45.19% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B086C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B086C is #84F793. Grayscale: #353535. Windows color (decimal): -8714132 or 7080059. OLE color: 7080059.

HSL color Cylindrical-coordinate representation of color #7B086C: hue angle of 307.83º degrees, saturation: 0.88, 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 #7B086C is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB1238108-
CMYK00.930.120.52
HSL307.83º87.79%25.69%-
HSV(B)307.83º93.5%48.24%-
XYZ10.965.4714.66-
YUV53.78158.6177.37-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.46%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 108 (42.58% from 255) = 45.19%
R=51.46%
G=3.35%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123810800.930.120.52307.8387.7925.69
Hex7B86C05DC34134581a
Octal173101540135146446413032
Binary111101110001101100010111011100110100100110100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,8,108); }

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

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

 a { background-color: rgb(123,8,108); }

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

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

 span { border-color: rgb(123,8,108); }

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