Html Css Color HEX #7D3871 Dark Purple

📋 copy color: '#7D3871'

red 125 ◦ green 56 ◦ blue 113

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

Shades of Dark Purple #7D3871

Tints of Dark Purple #7D3871

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.05%

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

R = 42.52%
G = 19.05%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D3871 (or 0x7D3871) is known color: Dark Purple. HEX triplet: 7D, 38 and 71. RGB value is (125,56,113). Sum of RGB (Red+Green+Blue) = 125+56+113=294 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.52% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 113 (44.53% from 255 or 38.44% from 294); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3871 is #82C78E. Grayscale: #525252. Windows color (decimal): -8570767 or 7420029. OLE color: 7420029.

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

Color convert

RGB 125 56 113 -
CMYK 0 0.55 0.10 0.51
HSL 310.43º 0.38% 0.35% -
HSV(B) 310.43º 0.55% 0.49% -
XYZ 12.85 8.38 16.56 -
YUV 83.13 144.86 157.87 -
System Red Green Blue C M Y K H S L
Decimal 125 56 113 0 0.55 0.10 0.51 310.43 0.38 0.35
Hex 7D 38 71 0 37 A 33 136 26 23
Octal 175 70 161 0 67 12 63 466 46 43
Binary 1111101 111000 1110001 0 110111 1010 110011 100110110 100110 100011

Color Harmonies of #7D3871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3871

Black with #7D3871

Text Example


Text Example

White with #7D3871

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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