Html Css Color HEX #7D3179 Dark Purple

📋 copy color: '#7D3179'

red 125 ◦ green 49 ◦ blue 121

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

Shades of Dark Purple #7D3179

Tints of Dark Purple #7D3179

RGB

 RED value IS 125 (49.22% from 255) = 42.37%

 GREEN value IS 49 (19.53% from 255) = 16.61%

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

R = 42.37%
G = 16.61%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D3179 (or 0x7D3179) is known color: Dark Purple. HEX triplet: 7D, 31 and 79. RGB value is (125,49,121). Sum of RGB (Red+Green+Blue) = 125+49+121=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3179 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3179 is #82CE86. Grayscale: #4F4F4F. Windows color (decimal): -8572551 or 7942525. OLE color: 7942525.

HSL color Cylindrical-coordinate representation of color #7D3179: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D3179 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 49 121 -
CMYK 0 0.61 0.03 0.51
HSL 303.16º 0.44% 0.34% -
HSV(B) 303.16º 0.61% 0.49% -
XYZ 13.01 7.94 18.94 -
YUV 79.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 125 49 121 0 0.61 0.03 0.51 303.16 0.44 0.34
Hex 7D 31 79 0 3D 3 33 12F 2C 22
Octal 175 61 171 0 75 3 63 457 54 42
Binary 1111101 110001 1111001 0 111101 11 110011 100101111 101100 100010

Color Harmonies of #7D3179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3179

Black with #7D3179

Text Example


Text Example

White with #7D3179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,49,121); }

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

background-color css

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

 a { background-color: rgb(125,49,121); }

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

border-color css

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

 span { border-color: rgb(125,49,121); }

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