Html Css Color HEX #7B079F Dark Magenta

📋 copy color: '#7B079F'

red 123 ◦ green 7 ◦ blue 159

#7B079F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7B079F

Tints of Dark Magenta #7B079F

RGB

 RED value IS 123 (48.44% from 255) = 42.56%

 GREEN value IS 7 (3.13% from 255) = 2.42%

 BLUE value IS 159 (62.5% from 255) = 55.02%

R = 42.56%
G = 2.42%
B = 55.02%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B079F (or 0x7B079F) is known color: Dark Magenta. HEX triplet: 7B, 07 and 9F. RGB value is (123,7,159). Sum of RGB (Red+Green+Blue) = 123+7+159=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 159 (62.5% from 255 or 55.02% from 289); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B079F is #84F860. Grayscale: #3A3A3A. Windows color (decimal): -8714337 or 10422139. OLE color: 10422139.

HSL color Cylindrical-coordinate representation of color #7B079F: hue angle of 285.79º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B079F is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 7 159 -
CMYK 0.23 0.96 0 0.38
HSL 285.79º 0.92% 0.33% -
HSV(B) 285.79º 0.96% 0.62% -
XYZ 14.5 6.87 33.36 -
YUV 59.01 184.43 173.64 -
System Red Green Blue C M Y K H S L
Decimal 123 7 159 0.23 0.96 0 0.38 285.79 0.92 0.33
Hex 7B 7 9F 17 60 0 26 11E 5C 21
Octal 173 7 237 27 140 0 46 436 134 41
Binary 1111011 111 10011111 10111 1100000 0 100110 100011110 1011100 100001

Color Harmonies of #7B079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B079F

Black with #7B079F

Text Example


Text Example

White with #7B079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B079F;
 }
 .AnyTagClassName
 {
   color: #7B079F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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