#760BAB

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

Shades of Dark Magenta #760BAB

Tints of Dark Magenta #760BAB

Color information

#760BAB (or 0x760BAB) is unknown color: approx Dark Magenta. HEX triplet: 76, 0B and AB. RGB value is (118,11,171). Sum of RGB (Red+Green+Blue) = 118+11+171=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #760BAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760BAB is #89F454. Grayscale: #3C3C3C. Windows color (decimal): -9040981 or 11209590. OLE color: 11209590.

HSL color Cylindrical-coordinate representation of color #760BAB: hue angle of 280.12º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #760BAB is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11811171-
CMYK0.310.9400.33
HSL280.12º87.91%35.69%-
HSV(B)280.12º93.57%67.06%-
XYZ14.947.0339.1-
YUV61.23189.95168.49-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.33%
GREEN value IS 11 (4.69% from 255) = 3.67%
BLUE value IS 171 (67.19% from 255) = 57%
R=39.33%
G=3.67%
B=57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118111710.310.9400.33280.1287.9135.69
Hex76BAB1F5E0211185824
Octal166132533713604143013044
Binary111011010111010101111111101111001000011000110001011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760BAB; }

 p { color: rgb(118,11,171); }

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

<style>
 a { background-color: #760BAB; }

 a { background-color: rgb(118,11,171); }

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

<style>
 span { border-color: #760BAB; }

 span { border-color: rgb(118,11,171); }

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