Html Css Color HEX #7D376D Dark Purple

📋 copy color: '#7D376D'

red 125 ◦ green 55 ◦ blue 109

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

Shades of Dark Purple #7D376D

Tints of Dark Purple #7D376D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 43.25%
G = 19.03%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#7D376D (or 0x7D376D) is known color: Dark Purple. HEX triplet: 7D, 37 and 6D. RGB value is (125,55,109). Sum of RGB (Red+Green+Blue) = 125+55+109=289 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.25% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 125 - color contains mainly: red. Hex color #7D376D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D376D is #82C892. Grayscale: #515151. Windows color (decimal): -8571027 or 7157629. OLE color: 7157629.

HSL color Cylindrical-coordinate representation of color #7D376D: hue angle of 313.71º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D376D is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 109 -
CMYK 0 0.56 0.13 0.51
HSL 313.71º 0.39% 0.35% -
HSV(B) 313.71º 0.56% 0.49% -
XYZ 12.58 8.2 15.39 -
YUV 82.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 125 55 109 0 0.56 0.13 0.51 313.71 0.39 0.35
Hex 7D 37 6D 0 38 D 33 13A 27 23
Octal 175 67 155 0 70 15 63 472 47 43
Binary 1111101 110111 1101101 0 111000 1101 110011 100111010 100111 100011

Color Harmonies of #7D376D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D376D

Black with #7D376D

Text Example


Text Example

White with #7D376D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,109); }

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

background-color css

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

 a { background-color: rgb(125,55,109); }

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

border-color css

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

 span { border-color: rgb(125,55,109); }

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