Html Css Color HEX #7A2179 Dark Purple

📋 copy color: '#7A2179'

red 122 ◦ green 33 ◦ blue 121

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

Shades of Dark Purple #7A2179

Tints of Dark Purple #7A2179

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

 BLUE value IS 121 (47.66% from 255) = 43.84%

R = 44.2%
G = 11.96%
B = 43.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7A2179 (or 0x7A2179) is known color: Dark Purple. HEX triplet: 7A, 21 and 79. RGB value is (122,33,121). Sum of RGB (Red+Green+Blue) = 122+33+121=276 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.20% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 121 (47.66% from 255 or 43.84% from 276); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2179 is #85DE86. Grayscale: #454545. Windows color (decimal): -8773255 or 7938426. OLE color: 7938426.

HSL color Cylindrical-coordinate representation of color #7A2179: hue angle of 300.67º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2179 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 33 121 -
CMYK 0 0.73 0.01 0.52
HSL 300.67º 0.57% 0.3% -
HSV(B) 300.67º 0.73% 0.48% -
XYZ 12.02 6.61 18.73 -
YUV 69.64 156.99 165.34 -
System Red Green Blue C M Y K H S L
Decimal 122 33 121 0 0.73 0.01 0.52 300.67 0.57 0.3
Hex 7A 21 79 0 49 1 34 12D 39 1E
Octal 172 41 171 0 111 1 64 455 71 36
Binary 1111010 100001 1111001 0 1001001 1 110100 100101101 111001 11110

Color Harmonies of #7A2179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2179

Black with #7A2179

Text Example


Text Example

White with #7A2179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,33,121); }

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

background-color css

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

 a { background-color: rgb(122,33,121); }

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

border-color css

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

 span { border-color: rgb(122,33,121); }

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