Html Css Color HEX #7D346E Dark Purple

📋 copy color: '#7D346E'

red 125 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #7D346E

Tints of Dark Purple #7D346E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 38.33%

R = 43.55%
G = 18.12%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#7D346E (or 0x7D346E) is known color: Dark Purple. HEX triplet: 7D, 34 and 6E. RGB value is (125,52,110). Sum of RGB (Red+Green+Blue) = 125+52+110=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 125 - color contains mainly: red. Hex color #7D346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D346E is #82CB91. Grayscale: #505050. Windows color (decimal): -8571794 or 7222397. OLE color: 7222397.

HSL color Cylindrical-coordinate representation of color #7D346E: hue angle of 312.33º 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 #7D346E is Cyan = 0, Magento = 0.58, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 52 110 -
CMYK 0 0.58 0.12 0.51
HSL 312.33º 0.41% 0.35% -
HSV(B) 312.33º 0.58% 0.49% -
XYZ 12.5 7.94 15.63 -
YUV 80.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 125 52 110 0 0.58 0.12 0.51 312.33 0.41 0.35
Hex 7D 34 6E 0 3A C 33 138 29 23
Octal 175 64 156 0 72 14 63 470 51 43
Binary 1111101 110100 1101110 0 111010 1100 110011 100111000 101001 100011

Color Harmonies of #7D346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D346E

Black with #7D346E

Text Example


Text Example

White with #7D346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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