Html Css Color HEX #7A139B Dark Magenta

📋 copy color: '#7A139B'

red 122 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #7A139B

Tints of Dark Magenta #7A139B

RGB

 RED value IS 122 (48.05% from 255) = 41.22%

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

 BLUE value IS 155 (60.94% from 255) = 52.36%

R = 41.22%
G = 6.42%
B = 52.36%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A139B (or 0x7A139B) is known color: Dark Magenta. HEX triplet: 7A, 13 and 9B. RGB value is (122,19,155). Sum of RGB (Red+Green+Blue) = 122+19+155=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #7A139B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A139B is #85EC64. Grayscale: #404040. Windows color (decimal): -8776805 or 10163066. OLE color: 10163066.

HSL color Cylindrical-coordinate representation of color #7A139B: hue angle of 285.44º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A139B is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 122 19 155 -
CMYK 0.21 0.88 0 0.39
HSL 285.44º 0.78% 0.34% -
HSV(B) 285.44º 0.88% 0.61% -
XYZ 14.18 6.97 31.61 -
YUV 65.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 122 19 155 0.21 0.88 0 0.39 285.44 0.78 0.34
Hex 7A 13 9B 15 58 0 27 11D 4E 22
Octal 172 23 233 25 130 0 47 435 116 42
Binary 1111010 10011 10011011 10101 1011000 0 100111 100011101 1001110 100010

Color Harmonies of #7A139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A139B

Black with #7A139B

Text Example


Text Example

White with #7A139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,155); }

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

background-color css

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

 a { background-color: rgb(122,19,155); }

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

border-color css

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

 span { border-color: rgb(122,19,155); }

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