#760895

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

Shades of Dark Magenta #760895

Tints of Dark Magenta #760895

Color information

#760895 (or 0x760895) is unknown color: approx Dark Magenta. HEX triplet: 76, 08 and 95. RGB value is (118,8,149). Sum of RGB (Red+Green+Blue) = 118+8+149=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 149 (58.59% from 255 or 54.18% from 275); Max value from RGB is 149 - color contains mainly: blue. Hex color #760895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #760895 is #89F76A. Grayscale: #383838. Windows color (decimal): -9041771 or 9767030. OLE color: 9767030.

HSL color Cylindrical-coordinate representation of color #760895: hue angle of 286.81º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760895 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1188149-
CMYK0.210.9500.42
HSL286.81º89.81%30.78%-
HSV(B)286.81º94.63%58.43%-
XYZ12.986.228.95-
YUV56.96179.94171.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 8 (3.52% from 255) = 2.91%
BLUE value IS 149 (58.59% from 255) = 54.18%
R=42.91%
G=2.91%
B=54.18%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11881490.210.9500.42286.8189.8130.78
Hex76895155F02A11f5a1f
Octal166102252513705243713237
Binary11101101000100101011010110111110101010100011111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #760895; }

 p { color: rgb(118,8,149); }

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

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

 a { background-color: rgb(118,8,149); }

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

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

 span { border-color: rgb(118,8,149); }

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