Html Css Color HEX #7D3771 Dark Purple

📋 copy color: '#7D3771'

red 125 ◦ green 55 ◦ blue 113

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

Shades of Dark Purple #7D3771

Tints of Dark Purple #7D3771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.57%

R = 42.66%
G = 18.77%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3771 (or 0x7D3771) is known color: Dark Purple. HEX triplet: 7D, 37 and 71. RGB value is (125,55,113). Sum of RGB (Red+Green+Blue) = 125+55+113=293 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.66% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 113 (44.53% from 255 or 38.57% from 293); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3771 is #82C88E. Grayscale: #525252. Windows color (decimal): -8571023 or 7419773. OLE color: 7419773.

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

Color convert

RGB 125 55 113 -
CMYK 0 0.56 0.10 0.51
HSL 310.29º 0.39% 0.35% -
HSV(B) 310.29º 0.56% 0.49% -
XYZ 12.8 8.28 16.55 -
YUV 82.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 125 55 113 0 0.56 0.10 0.51 310.29 0.39 0.35
Hex 7D 37 71 0 38 A 33 136 27 23
Octal 175 67 161 0 70 12 63 466 47 43
Binary 1111101 110111 1110001 0 111000 1010 110011 100110110 100111 100011

Color Harmonies of #7D3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3771

Black with #7D3771

Text Example


Text Example

White with #7D3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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