#7B076D

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

Shades of Purple #7B076D

Tints of Purple #7B076D

Color information

#7B076D (or 0x7B076D) is unknown color: approx Purple. HEX triplet: 7B, 07 and 6D. RGB value is (123,7,109). Sum of RGB (Red+Green+Blue) = 123+7+109=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B076D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B076D is #84F892. Grayscale: #353535. Windows color (decimal): -8714387 or 7145339. OLE color: 7145339.

HSL color Cylindrical-coordinate representation of color #7B076D: hue angle of 307.24º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B076D is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB1237109-
CMYK00.940.110.52
HSL307.24º89.23%25.49%-
HSV(B)307.24º94.31%48.24%-
XYZ115.4714.94-
YUV53.31159.43177.71-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 51.46%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 109 (42.97% from 255) = 45.61%
R=51.46%
G=2.93%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123710900.940.110.52307.2489.2325.49
Hex7B76D05EB341335919
Octal17371550136136446313131
Binary11110111111101101010111101011110100100110011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,7,109); }

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

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

 a { background-color: rgb(123,7,109); }

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

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

 span { border-color: rgb(123,7,109); }

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