#76069B

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

Shades of Dark Magenta #76069B

Tints of Dark Magenta #76069B

Color information

#76069B (or 0x76069B) is unknown color: approx Dark Magenta. HEX triplet: 76, 06 and 9B. RGB value is (118,6,155). Sum of RGB (Red+Green+Blue) = 118+6+155=279 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.29% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 155 (60.94% from 255 or 55.56% from 279); Max value from RGB is 155 - color contains mainly: blue. Hex color #76069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76069B is #89F964. Grayscale: #373737. Windows color (decimal): -9042277 or 10159734. OLE color: 10159734.

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

Color convert

RGB1186155-
CMYK0.240.9600.39
HSL285.1º92.55%31.57%-
HSV(B)285.1º96.13%60.78%-
XYZ13.456.3531.53-
YUV56.47183.61171.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.29%
GREEN value IS 6 (2.73% from 255) = 2.15%
BLUE value IS 155 (60.94% from 255) = 55.56%
R=42.29%
G=2.15%
B=55.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11861550.240.9600.39285.192.5531.57
Hex7669B186002711d5d20
Octal16662333014004743513540
Binary11101101101001101111000110000001001111000111011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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