Html Css Color HEX #7B1096 Dark Magenta

📋 copy color: '#7B1096'

red 123 ◦ green 16 ◦ blue 150

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

Shades of Dark Magenta #7B1096

Tints of Dark Magenta #7B1096

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.54%

 BLUE value IS 150 (58.98% from 255) = 51.9%

R = 42.56%
G = 5.54%
B = 51.9%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7B1096 (or 0x7B1096) is known color: Dark Magenta. HEX triplet: 7B, 10 and 96. RGB value is (123,16,150). Sum of RGB (Red+Green+Blue) = 123+16+150=289 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.56% from 289); Green value is 16 (6.64% from 255 or 5.54% from 289); Blue value is 150 (58.98% from 255 or 51.90% from 289); Max value from RGB is 150 - color contains mainly: blue. Hex color #7B1096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B1096 is #84EF69. Grayscale: #3E3E3E. Windows color (decimal): -8712042 or 9834619. OLE color: 9834619.

HSL color Cylindrical-coordinate representation of color #7B1096: hue angle of 287.91º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7B1096 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 123 16 150 -
CMYK 0.18 0.89 0 0.41
HSL 287.91º 0.81% 0.33% -
HSV(B) 287.91º 0.89% 0.59% -
XYZ 13.86 6.78 29.43 -
YUV 63.27 176.95 170.6 -
System Red Green Blue C M Y K H S L
Decimal 123 16 150 0.18 0.89 0 0.41 287.91 0.81 0.33
Hex 7B 10 96 12 59 0 29 120 51 21
Octal 173 20 226 22 131 0 51 440 121 41
Binary 1111011 10000 10010110 10010 1011001 0 101001 100100000 1010001 100001

Color Harmonies of #7B1096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1096

Black with #7B1096

Text Example


Text Example

White with #7B1096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,16,150); }

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

background-color css

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

 a { background-color: rgb(123,16,150); }

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

border-color css

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

 span { border-color: rgb(123,16,150); }

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