#7B069B

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

Shades of Dark Magenta #7B069B

Tints of Dark Magenta #7B069B

Color information

#7B069B (or 0x7B069B) is unknown color: approx Dark Magenta. HEX triplet: 7B, 06 and 9B. RGB value is (123,6,155). Sum of RGB (Red+Green+Blue) = 123+6+155=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #7B069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B069B is #84F964. Grayscale: #393939. Windows color (decimal): -8714597 or 10159739. OLE color: 10159739.

HSL color Cylindrical-coordinate representation of color #7B069B: hue angle of 287.11º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B069B is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1236155-
CMYK0.210.9600.39
HSL287.11º92.55%31.57%-
HSV(B)287.11º96.13%60.78%-
XYZ14.156.7131.56-
YUV57.97182.76174.38-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 43.31%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 155 (60.94% from 255) = 54.58%
R=43.31%
G=2.11%
B=54.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal12361550.210.9600.39287.1192.5531.57
Hex7B69B156002711f5d20
Octal17362332514004743713540
Binary11110111101001101110101110000001001111000111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,155); }

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

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

 a { background-color: rgb(123,6,155); }

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

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

 span { border-color: rgb(123,6,155); }

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