#791092

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

Shades of Dark Magenta #791092

Tints of Dark Magenta #791092

Color information

#791092 (or 0x791092) is unknown color: approx Dark Magenta. HEX triplet: 79, 10 and 92. RGB value is (121,16,146). Sum of RGB (Red+Green+Blue) = 121+16+146=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #791092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791092 is #86EF6D. Grayscale: #3D3D3D. Windows color (decimal): -8843118 or 9572473. OLE color: 9572473.

HSL color Cylindrical-coordinate representation of color #791092: hue angle of 288.46º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #791092 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12116146-
CMYK0.170.8900.43
HSL288.46º80.25%31.76%-
HSV(B)288.46º89.04%57.25%-
XYZ13.266.5127.75-
YUV62.22175.29169.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 16 (6.64% from 255) = 5.65%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=42.76%
G=5.65%
B=51.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121161460.170.8900.43288.4680.2531.76
Hex791092115902B1205020
Octal171202222113105344012040
Binary1111001100001001001010001101100101010111001000001010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791092; }

 p { color: rgb(121,16,146); }

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

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

 a { background-color: rgb(121,16,146); }

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

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

 span { border-color: rgb(121,16,146); }

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