Html Css Color HEX #7B049D Dark Magenta

📋 copy color: '#7B049D'

red 123 ◦ green 4 ◦ blue 157

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

Shades of Dark Magenta #7B049D

Tints of Dark Magenta #7B049D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.41%

 BLUE value IS 157 (61.72% from 255) = 55.28%

R = 43.31%
G = 1.41%
B = 55.28%

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

#7B049D (or 0x7B049D) is known color: Dark Magenta. HEX triplet: 7B, 04 and 9D. RGB value is (123,4,157). Sum of RGB (Red+Green+Blue) = 123+4+157=284 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.31% from 284); Green value is 4 (1.95% from 255 or 1.41% from 284); Blue value is 157 (61.72% from 255 or 55.28% from 284); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B049D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B049D is #84FB62. Grayscale: #383838. Windows color (decimal): -8715107 or 10290299. OLE color: 10290299.

HSL color Cylindrical-coordinate representation of color #7B049D: hue angle of 286.67º degrees, saturation: 0.95, 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 #7B049D is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 4 157 -
CMYK 0.22 0.97 0 0.38
HSL 286.67º 0.95% 0.32% -
HSV(B) 286.67º 0.97% 0.62% -
XYZ 14.3 6.73 32.44 -
YUV 57.02 184.42 175.06 -
System Red Green Blue C M Y K H S L
Decimal 123 4 157 0.22 0.97 0 0.38 286.67 0.95 0.32
Hex 7B 4 9D 16 61 0 26 11F 5F 20
Octal 173 4 235 26 141 0 46 437 137 40
Binary 1111011 100 10011101 10110 1100001 0 100110 100011111 1011111 100000

Color Harmonies of #7B049D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B049D

Black with #7B049D

Text Example


Text Example

White with #7B049D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,157); }

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

background-color css

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

 a { background-color: rgb(123,4,157); }

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

border-color css

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

 span { border-color: rgb(123,4,157); }

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