Html Css Color HEX #7D3671 Dark Purple

📋 copy color: '#7D3671'

red 125 ◦ green 54 ◦ blue 113

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

Shades of Dark Purple #7D3671

Tints of Dark Purple #7D3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.49%

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

R = 42.81%
G = 18.49%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3671 (or 0x7D3671) is known color: Dark Purple. HEX triplet: 7D, 36 and 71. RGB value is (125,54,113). Sum of RGB (Red+Green+Blue) = 125+54+113=292 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.81% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3671 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3671 is #82C98E. Grayscale: #515151. Windows color (decimal): -8571279 or 7419517. OLE color: 7419517.

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

Color convert

RGB 125 54 113 -
CMYK 0 0.57 0.10 0.51
HSL 310.14º 0.4% 0.35% -
HSV(B) 310.14º 0.57% 0.49% -
XYZ 12.76 8.19 16.53 -
YUV 81.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 125 54 113 0 0.57 0.10 0.51 310.14 0.4 0.35
Hex 7D 36 71 0 39 A 33 136 28 23
Octal 175 66 161 0 71 12 63 466 50 43
Binary 1111101 110110 1110001 0 111001 1010 110011 100110110 101000 100011

Color Harmonies of #7D3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3671

Black with #7D3671

Text Example


Text Example

White with #7D3671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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