Html Css Color HEX #7A139E Dark Magenta

📋 copy color: '#7A139E'

red 122 ◦ green 19 ◦ blue 158

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

Shades of Dark Magenta #7A139E

Tints of Dark Magenta #7A139E

RGB

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

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

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

R = 40.8%
G = 6.35%
B = 52.84%

CMYK

 C value IS 0.23

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A139E (or 0x7A139E) is known color: Dark Magenta. HEX triplet: 7A, 13 and 9E. RGB value is (122,19,158). Sum of RGB (Red+Green+Blue) = 122+19+158=299 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.80% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A139E is #85EC61. Grayscale: #414141. Windows color (decimal): -8776802 or 10359674. OLE color: 10359674.

HSL color Cylindrical-coordinate representation of color #7A139E: hue angle of 284.46º degrees, saturation: 0.79, 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 #7A139E is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 19 158 -
CMYK 0.23 0.88 0 0.38
HSL 284.46º 0.79% 0.35% -
HSV(B) 284.46º 0.88% 0.62% -
XYZ 14.43 7.07 32.95 -
YUV 65.64 180.12 168.2 -
System Red Green Blue C M Y K H S L
Decimal 122 19 158 0.23 0.88 0 0.38 284.46 0.79 0.35
Hex 7A 13 9E 17 58 0 26 11C 4F 23
Octal 172 23 236 27 130 0 46 434 117 43
Binary 1111010 10011 10011110 10111 1011000 0 100110 100011100 1001111 100011

Color Harmonies of #7A139E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A139E

Black with #7A139E

Text Example


Text Example

White with #7A139E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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