Html Css Color HEX #7D1171 Dark Purple

📋 copy color: '#7D1171'

red 125 ◦ green 17 ◦ blue 113

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

Shades of Dark Purple #7D1171

Tints of Dark Purple #7D1171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.67%

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

R = 49.02%
G = 6.67%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#7D1171 (or 0x7D1171) is known color: Dark Purple. HEX triplet: 7D, 11 and 71. RGB value is (125,17,113). Sum of RGB (Red+Green+Blue) = 125+17+113=255 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.02% from 255); Green value is 17 (7.03% from 255 or 6.67% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1171 is #82EE8E. Grayscale: #3B3B3B. Windows color (decimal): -8580751 or 7410045. OLE color: 7410045.

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

Color convert

RGB 125 17 113 -
CMYK 0 0.86 0.10 0.51
HSL 306.67º 0.76% 0.28% -
HSV(B) 306.67º 0.86% 0.49% -
XYZ 11.64 5.95 16.16 -
YUV 60.24 157.78 174.19 -
System Red Green Blue C M Y K H S L
Decimal 125 17 113 0 0.86 0.10 0.51 306.67 0.76 0.28
Hex 7D 11 71 0 56 A 33 133 4C 1C
Octal 175 21 161 0 126 12 63 463 114 34
Binary 1111101 10001 1110001 0 1010110 1010 110011 100110011 1001100 11100

Color Harmonies of #7D1171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1171

Black with #7D1171

Text Example


Text Example

White with #7D1171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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