#7B0792

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

Shades of Dark Magenta #7B0792

Tints of Dark Magenta #7B0792

Color information

#7B0792 (or 0x7B0792) is unknown color: approx Dark Magenta. HEX triplet: 7B, 07 and 92. RGB value is (123,7,146). Sum of RGB (Red+Green+Blue) = 123+7+146=276 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.57% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 146 (57.42% from 255 or 52.90% from 276); Max value from RGB is 146 - color contains mainly: blue. Hex color #7B0792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0792 is #84F86D. Grayscale: #393939. Windows color (decimal): -8714350 or 9570171. OLE color: 9570171.

HSL color Cylindrical-coordinate representation of color #7B0792: hue angle of 290.07º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B0792 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB1237146-
CMYK0.160.9500.43
HSL290.07º90.85%30%-
HSV(B)290.07º95.21%57.25%-
XYZ13.436.4427.73-
YUV57.53177.93174.7-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 44.57%
GREEN value IS 7 (3.12% from 255) = 2.54%
BLUE value IS 146 (57.42% from 255) = 52.90%
R=44.57%
G=2.54%
B=52.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal12371460.160.9500.43290.0790.8530
Hex7B792105F02B1225b1e
Octal17372222013705344213336
Binary1111011111100100101000010111110101011100100010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7B0792; }

 p { color: rgb(123,7,146); }

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

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

 a { background-color: rgb(123,7,146); }

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

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

 span { border-color: rgb(123,7,146); }

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