Html Css Color HEX #7A07AC Dark Magenta

📋 copy color: '#7A07AC'

red 122 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #7A07AC

Tints of Dark Magenta #7A07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.33%

 BLUE value IS 172 (67.58% from 255) = 57.14%

R = 40.53%
G = 2.33%
B = 57.14%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A07AC (or 0x7A07AC) is known color: Dark Magenta. HEX triplet: 7A, 07 and AC. RGB value is (122,7,172). Sum of RGB (Red+Green+Blue) = 122+7+172=301 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.53% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A07AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A07AC is #85F853. Grayscale: #3B3B3B. Windows color (decimal): -8779860 or 11274106. OLE color: 11274106.

HSL color Cylindrical-coordinate representation of color #7A07AC: hue angle of 281.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A07AC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 122 7 172 -
CMYK 0.29 0.96 0 0.33
HSL 281.82º 0.92% 0.35% -
HSV(B) 281.82º 0.96% 0.67% -
XYZ 15.55 7.27 39.61 -
YUV 60.2 191.1 172.08 -
System Red Green Blue C M Y K H S L
Decimal 122 7 172 0.29 0.96 0 0.33 281.82 0.92 0.35
Hex 7A 7 AC 1D 60 0 21 11A 5C 23
Octal 172 7 254 35 140 0 41 432 134 43
Binary 1111010 111 10101100 11101 1100000 0 100001 100011010 1011100 100011

Color Harmonies of #7A07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A07AC

Black with #7A07AC

Text Example


Text Example

White with #7A07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,7,172); }

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

background-color css

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

 a { background-color: rgb(122,7,172); }

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

border-color css

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

 span { border-color: rgb(122,7,172); }

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