#781095

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

Shades of Dark Magenta #781095

Tints of Dark Magenta #781095

Color information

#781095 (or 0x781095) is unknown color: approx Dark Magenta. HEX triplet: 78, 10 and 95. RGB value is (120,16,149). Sum of RGB (Red+Green+Blue) = 120+16+149=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 16 (6.64% from 255 or 5.61% 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 #781095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #781095 is #87EF6A. Grayscale: #3D3D3D. Windows color (decimal): -8908651 or 9769080. OLE color: 9769080.

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

Color convert

RGB12016149-
CMYK0.190.8900.42
HSL286.92º80.61%32.35%-
HSV(B)286.92º89.26%58.43%-
XYZ13.366.5328.99-
YUV62.26176.96169.19-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 42.11%
GREEN value IS 16 (6.64% from 255) = 5.61%
BLUE value IS 149 (58.59% from 255) = 52.28%
R=42.11%
G=5.61%
B=52.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal120161490.190.8900.42286.9280.6132.35
Hex781095135902A11f5120
Octal170202252313105243712140
Binary1111000100001001010110011101100101010101000111111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781095; }

 p { color: rgb(120,16,149); }

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

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

 a { background-color: rgb(120,16,149); }

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

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

 span { border-color: rgb(120,16,149); }

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