#771195

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

Shades of Dark Magenta #771195

Tints of Dark Magenta #771195

Color information

#771195 (or 0x771195) is unknown color: approx Dark Magenta. HEX triplet: 77, 11 and 95. RGB value is (119,17,149). Sum of RGB (Red+Green+Blue) = 119+17+149=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 149 (58.59% from 255 or 52.28% from 285); Max value from RGB is 149 - color contains mainly: blue. Hex color #771195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771195 is #88EE6A. Grayscale: #3E3E3E. Windows color (decimal): -8973931 or 9769335. OLE color: 9769335.

HSL color Cylindrical-coordinate representation of color #771195: hue angle of 286.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #771195 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11917149-
CMYK0.200.8900.42
HSL286.36º79.52%32.55%-
HSV(B)286.36º88.59%58.43%-
XYZ13.236.4928.99-
YUV62.55176.79168.27-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 41.75%
GREEN value IS 17 (7.03% from 255) = 5.96%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=41.75%
G=5.96%
B=52.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119171490.200.8900.42286.3679.5232.55
Hex771195145902A11e5021
Octal167212252413105243612041
Binary1110111100011001010110100101100101010101000111101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771195; }

 p { color: rgb(119,17,149); }

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

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

 a { background-color: rgb(119,17,149); }

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

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

 span { border-color: rgb(119,17,149); }

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