#760AAB

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

Shades of Dark Magenta #760AAB

Tints of Dark Magenta #760AAB

Color information

#760AAB (or 0x760AAB) is unknown color: approx Dark Magenta. HEX triplet: 76, 0A and AB. RGB value is (118,10,171). Sum of RGB (Red+Green+Blue) = 118+10+171=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #760AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760AAB is #89F554. Grayscale: #3C3C3C. Windows color (decimal): -9041237 or 11209334. OLE color: 11209334.

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

Color convert

RGB11810171-
CMYK0.310.9400.33
HSL280.25º88.95%35.49%-
HSV(B)280.25º94.15%67.06%-
XYZ14.937.0139.09-
YUV60.65190.28168.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.46%
GREEN value IS 10 (4.30% from 255) = 3.34%
BLUE value IS 171 (67.19% from 255) = 57.19%
R=39.46%
G=3.34%
B=57.19%

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
Decimal118101710.310.9400.33280.2588.9535.49
Hex76AAB1F5E0211185923
Octal166122533713604143013143
Binary111011010101010101111111101111001000011000110001011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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