Html Css Color HEX #7209A0 Dark Magenta

📋 copy color: '#7209A0'

red 114 ◦ green 9 ◦ blue 160

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

Shades of Dark Magenta #7209A0

Tints of Dark Magenta #7209A0

RGB

 RED value IS 114 (44.92% from 255) = 40.28%

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

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

R = 40.28%
G = 3.18%
B = 56.54%

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

#7209A0 (or 0x7209A0) is known color: Dark Magenta. HEX triplet: 72, 09 and A0. RGB value is (114,9,160). Sum of RGB (Red+Green+Blue) = 114+9+160=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 160 (62.89% from 255 or 56.54% from 283); Max value from RGB is 160 - color contains mainly: blue. Hex color #7209A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7209A0 is #8DF65F. Grayscale: #393939. Windows color (decimal): -9303648 or 10488178. OLE color: 10488178.

HSL color Cylindrical-coordinate representation of color #7209A0: hue angle of 281.72º 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 #7209A0 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 9 160 -
CMYK 0.29 0.94 0 0.37
HSL 281.72º 0.89% 0.33% -
HSV(B) 281.72º 0.94% 0.63% -
XYZ 13.38 6.31 33.77 -
YUV 57.61 185.79 168.22 -
System Red Green Blue C M Y K H S L
Decimal 114 9 160 0.29 0.94 0 0.37 281.72 0.89 0.33
Hex 72 9 A0 1D 5E 0 25 11A 59 21
Octal 162 11 240 35 136 0 45 432 131 41
Binary 1110010 1001 10100000 11101 1011110 0 100101 100011010 1011001 100001

Color Harmonies of #7209A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7209A0

Black with #7209A0

Text Example


Text Example

White with #7209A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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