Html Css Color HEX #7B059E Dark Magenta

📋 copy color: '#7B059E'

red 123 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #7B059E

Tints of Dark Magenta #7B059E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.75%

 BLUE value IS 158 (62.11% from 255) = 55.24%

R = 43.01%
G = 1.75%
B = 55.24%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B059E (or 0x7B059E) is known color: Dark Magenta. HEX triplet: 7B, 05 and 9E. RGB value is (123,5,158). Sum of RGB (Red+Green+Blue) = 123+5+158=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 5 (2.34% from 255 or 1.75% from 286); Blue value is 158 (62.11% from 255 or 55.24% from 286); Max value from RGB is 158 - color contains mainly: blue. Hex color #7B059E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B059E is #84FA61. Grayscale: #393939. Windows color (decimal): -8714850 or 10356091. OLE color: 10356091.

HSL color Cylindrical-coordinate representation of color #7B059E: hue angle of 286.27º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B059E is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 5 158 -
CMYK 0.22 0.97 0 0.38
HSL 286.27º 0.94% 0.32% -
HSV(B) 286.27º 0.97% 0.62% -
XYZ 14.39 6.79 32.9 -
YUV 57.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 123 5 158 0.22 0.97 0 0.38 286.27 0.94 0.32
Hex 7B 5 9E 16 61 0 26 11E 5E 20
Octal 173 5 236 26 141 0 46 436 136 40
Binary 1111011 101 10011110 10110 1100001 0 100110 100011110 1011110 100000

Color Harmonies of #7B059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B059E

Black with #7B059E

Text Example


Text Example

White with #7B059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,5,158); }

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

background-color css

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

 a { background-color: rgb(123,5,158); }

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

border-color css

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

 span { border-color: rgb(123,5,158); }

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