Html Css Color HEX #7B139D Dark Magenta

📋 copy color: '#7B139D'

red 123 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #7B139D

Tints of Dark Magenta #7B139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

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

R = 41.14%
G = 6.35%
B = 52.51%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B139D (or 0x7B139D) is known color: Dark Magenta. HEX triplet: 7B, 13 and 9D. RGB value is (123,19,157). Sum of RGB (Red+Green+Blue) = 123+19+157=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B139D is #84EC62. Grayscale: #414141. Windows color (decimal): -8711267 or 10294139. OLE color: 10294139.

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

Color convert

RGB 123 19 157 -
CMYK 0.22 0.88 0 0.38
HSL 285.22º 0.78% 0.35% -
HSV(B) 285.22º 0.88% 0.62% -
XYZ 14.49 7.11 32.51 -
YUV 65.83 179.46 168.78 -
System Red Green Blue C M Y K H S L
Decimal 123 19 157 0.22 0.88 0 0.38 285.22 0.78 0.35
Hex 7B 13 9D 16 58 0 26 11D 4E 23
Octal 173 23 235 26 130 0 46 435 116 43
Binary 1111011 10011 10011101 10110 1011000 0 100110 100011101 1001110 100011

Color Harmonies of #7B139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B139D

Black with #7B139D

Text Example


Text Example

White with #7B139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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