Html Css Color HEX #7109A0 Dark Magenta

📋 copy color: '#7109A0'

red 113 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #7109A0

Tints of Dark Magenta #7109A0

RGB

 RED value IS 113 (44.53% from 255) = 40.07%

 GREEN value IS 9 (3.91% from 255) = 3.19%

 BLUE value IS 160 (62.89% from 255) = 56.74%

R = 40.07%
G = 3.19%
B = 56.74%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#7109A0 (or 0x7109A0) is known color: Dark Magenta. HEX triplet: 71, 09 and A0. RGB value is (113,9,160). Sum of RGB (Red+Green+Blue) = 113+9+160=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 9 (3.91% from 255 or 3.19% from 282); Blue value is 160 (62.89% from 255 or 56.74% from 282); Max value from RGB is 160 - color contains mainly: blue. Hex color #7109A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7109A0 is #8EF65F. Grayscale: #383838. Windows color (decimal): -9369184 or 10488177. OLE color: 10488177.

HSL color Cylindrical-coordinate representation of color #7109A0: hue angle of 281.32º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7109A0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 113 9 160 -
CMYK 0.29 0.94 0 0.37
HSL 281.32º 0.89% 0.33% -
HSV(B) 281.32º 0.94% 0.63% -
XYZ 13.25 6.24 33.76 -
YUV 57.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 113 9 160 0.29 0.94 0 0.37 281.32 0.89 0.33
Hex 71 9 A0 1D 5E 0 25 119 59 21
Octal 161 11 240 35 136 0 45 431 131 41
Binary 1110001 1001 10100000 11101 1011110 0 100101 100011001 1011001 100001

Color Harmonies of #7109A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7109A0

Black with #7109A0

Text Example


Text Example

White with #7109A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7109A0; }

 p { color: rgb(113,9,160); }

 H1.HeaderClassName
 {
   color: #7109A0;
 }
 .AnyTagClassName
 {
   color: #7109A0;
 }
</style>

background-color css

<style>
 a { background-color: #7109A0; }

 a { background-color: rgb(113,9,160); }

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

border-color css

<style>
 span { border-color: #7109A0; }

 span { border-color: rgb(113,9,160); }

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