Html Css Color HEX #7D346B Dark Purple

📋 copy color: '#7D346B'

red 125 ◦ green 52 ◦ blue 107

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

Shades of Dark Purple #7D346B

Tints of Dark Purple #7D346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.31%

 BLUE value IS 107 (42.19% from 255) = 37.68%

R = 44.01%
G = 18.31%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#7D346B (or 0x7D346B) is known color: Dark Purple. HEX triplet: 7D, 34 and 6B. RGB value is (125,52,107). Sum of RGB (Red+Green+Blue) = 125+52+107=284 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.01% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 107 (42.19% from 255 or 37.68% from 284); Max value from RGB is 125 - color contains mainly: red. Hex color #7D346B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D346B is #82CB94. Grayscale: #4F4F4F. Windows color (decimal): -8571797 or 7025789. OLE color: 7025789.

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

Color convert

RGB 125 52 107 -
CMYK 0 0.58 0.14 0.51
HSL 314.79º 0.41% 0.35% -
HSV(B) 314.79º 0.58% 0.49% -
XYZ 12.34 7.88 14.78 -
YUV 80.1 143.18 160.03 -
System Red Green Blue C M Y K H S L
Decimal 125 52 107 0 0.58 0.14 0.51 314.79 0.41 0.35
Hex 7D 34 6B 0 3A E 33 13B 29 23
Octal 175 64 153 0 72 16 63 473 51 43
Binary 1111101 110100 1101011 0 111010 1110 110011 100111011 101001 100011

Color Harmonies of #7D346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D346B

Black with #7D346B

Text Example


Text Example

White with #7D346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,52,107); }

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

background-color css

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

 a { background-color: rgb(125,52,107); }

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

border-color css

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

 span { border-color: rgb(125,52,107); }

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