Html Css Color HEX #7906A2 Dark Magenta

📋 copy color: '#7906A2'

red 121 ◦ green 6 ◦ blue 162

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

Shades of Dark Magenta #7906A2

Tints of Dark Magenta #7906A2

RGB

 RED value IS 121 (47.66% from 255) = 41.87%

 GREEN value IS 6 (2.73% from 255) = 2.08%

 BLUE value IS 162 (63.67% from 255) = 56.06%

R = 41.87%
G = 2.08%
B = 56.06%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7906A2 (or 0x7906A2) is known color: Dark Magenta. HEX triplet: 79, 06 and A2. RGB value is (121,6,162). Sum of RGB (Red+Green+Blue) = 121+6+162=289 (38% of max value = 765). Red value is 121 (47.66% from 255 or 41.87% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #7906A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7906A2 is #86F95D. Grayscale: #393939. Windows color (decimal): -8845662 or 10618489. OLE color: 10618489.

HSL color Cylindrical-coordinate representation of color #7906A2: hue angle of 284.23º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7906A2 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 121 6 162 -
CMYK 0.25 0.96 0 0.36
HSL 284.23º 0.93% 0.33% -
HSV(B) 284.23º 0.96% 0.64% -
XYZ 14.47 6.8 34.73 -
YUV 58.17 186.6 172.82 -
System Red Green Blue C M Y K H S L
Decimal 121 6 162 0.25 0.96 0 0.36 284.23 0.93 0.33
Hex 79 6 A2 19 60 0 24 11C 5D 21
Octal 171 6 242 31 140 0 44 434 135 41
Binary 1111001 110 10100010 11001 1100000 0 100100 100011100 1011101 100001

Color Harmonies of #7906A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7906A2

Black with #7906A2

Text Example


Text Example

White with #7906A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7906A2; }

 p { color: rgb(121,6,162); }

 H1.HeaderClassName
 {
   color: #7906A2;
 }
 .AnyTagClassName
 {
   color: #7906A2;
 }
</style>

background-color css

<style>
 a { background-color: #7906A2; }

 a { background-color: rgb(121,6,162); }

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

border-color css

<style>
 span { border-color: #7906A2; }

 span { border-color: rgb(121,6,162); }

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