Html Css Color HEX #7D396F Dark Purple

📋 copy color: '#7D396F'

red 125 ◦ green 57 ◦ blue 111

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

Shades of Dark Purple #7D396F

Tints of Dark Purple #7D396F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

 BLUE value IS 111 (43.75% from 255) = 37.88%

R = 42.66%
G = 19.45%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.51

RGB Variations

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

Color information

#7D396F (or 0x7D396F) is known color: Dark Purple. HEX triplet: 7D, 39 and 6F. RGB value is (125,57,111). Sum of RGB (Red+Green+Blue) = 125+57+111=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 111 (43.75% from 255 or 37.88% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D396F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D396F is #82C690. Grayscale: #535353. Windows color (decimal): -8570513 or 7289213. OLE color: 7289213.

HSL color Cylindrical-coordinate representation of color #7D396F: hue angle of 312.35º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7D396F is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 57 111 -
CMYK 0 0.54 0.11 0.51
HSL 312.35º 0.37% 0.36% -
HSV(B) 312.35º 0.54% 0.49% -
XYZ 12.79 8.43 15.99 -
YUV 83.49 143.53 157.61 -
System Red Green Blue C M Y K H S L
Decimal 125 57 111 0 0.54 0.11 0.51 312.35 0.37 0.36
Hex 7D 39 6F 0 36 B 33 138 25 24
Octal 175 71 157 0 66 13 63 470 45 44
Binary 1111101 111001 1101111 0 110110 1011 110011 100111000 100101 100100

Color Harmonies of #7D396F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D396F

Black with #7D396F

Text Example


Text Example

White with #7D396F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,57,111); }

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

background-color css

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

 a { background-color: rgb(125,57,111); }

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

border-color css

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

 span { border-color: rgb(125,57,111); }

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