#77069B

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

Shades of Dark Magenta #77069B

Tints of Dark Magenta #77069B

Color information

#77069B (or 0x77069B) is unknown color: approx Dark Magenta. HEX triplet: 77, 06 and 9B. RGB value is (119,6,155). Sum of RGB (Red+Green+Blue) = 119+6+155=280 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.5% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #77069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77069B is #88F964. Grayscale: #383838. Windows color (decimal): -8976741 or 10159735. OLE color: 10159735.

HSL color Cylindrical-coordinate representation of color #77069B: hue angle of 285.5º 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 #77069B is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1196155-
CMYK0.230.9600.39
HSL285.5º92.55%31.57%-
HSV(B)285.5º96.13%60.78%-
XYZ13.596.4231.53-
YUV56.77183.44172.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 42.5%
GREEN value IS 6 (2.73% from 255) = 2.14%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=42.5%
G=2.14%
B=55.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11961550.230.9600.39285.592.5531.57
Hex7769B176002711e5d20
Octal16762332714004743613540
Binary11101111101001101110111110000001001111000111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77069B; }

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

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

<style>
 a { background-color: #77069B; }

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

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

<style>
 span { border-color: #77069B; }

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

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