Html Css Color HEX #7A109D Dark Magenta

📋 copy color: '#7A109D'

red 122 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #7A109D

Tints of Dark Magenta #7A109D

RGB

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

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

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

R = 41.36%
G = 5.42%
B = 53.22%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A109D (or 0x7A109D) is known color: Dark Magenta. HEX triplet: 7A, 10 and 9D. RGB value is (122,16,157). Sum of RGB (Red+Green+Blue) = 122+16+157=295 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.36% from 295); Green value is 16 (6.64% from 255 or 5.42% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A109D is #85EF62. Grayscale: #3F3F3F. Windows color (decimal): -8777571 or 10293370. OLE color: 10293370.

HSL color Cylindrical-coordinate representation of color #7A109D: hue angle of 285.11º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A109D is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 16 157 -
CMYK 0.22 0.90 0 0.38
HSL 285.11º 0.82% 0.34% -
HSV(B) 285.11º 0.9% 0.62% -
XYZ 14.3 6.94 32.48 -
YUV 63.77 180.62 169.54 -
System Red Green Blue C M Y K H S L
Decimal 122 16 157 0.22 0.90 0 0.38 285.11 0.82 0.34
Hex 7A 10 9D 16 5A 0 26 11D 52 22
Octal 172 20 235 26 132 0 46 435 122 42
Binary 1111010 10000 10011101 10110 1011010 0 100110 100011101 1010010 100010

Color Harmonies of #7A109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A109D

Black with #7A109D

Text Example


Text Example

White with #7A109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,157); }

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

background-color css

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

 a { background-color: rgb(122,16,157); }

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

border-color css

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

 span { border-color: rgb(122,16,157); }

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