Html Css Color HEX #7D1172 Dark Purple

📋 copy color: '#7D1172'

red 125 ◦ green 17 ◦ blue 114

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

Shades of Dark Purple #7D1172

Tints of Dark Purple #7D1172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 48.83%
G = 6.64%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7D1172 (or 0x7D1172) is known color: Dark Purple. HEX triplet: 7D, 11 and 72. RGB value is (125,17,114). Sum of RGB (Red+Green+Blue) = 125+17+114=256 (33% of max value = 765). Red value is 125 (49.22% from 255 or 48.83% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1172 is #82EE8D. Grayscale: #3C3C3C. Windows color (decimal): -8580750 or 7475581. OLE color: 7475581.

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

Color convert

RGB 125 17 114 -
CMYK 0 0.86 0.09 0.51
HSL 306.11º 0.76% 0.28% -
HSV(B) 306.11º 0.86% 0.49% -
XYZ 11.7 5.98 16.46 -
YUV 60.35 158.28 174.11 -
System Red Green Blue C M Y K H S L
Decimal 125 17 114 0 0.86 0.09 0.51 306.11 0.76 0.28
Hex 7D 11 72 0 56 9 33 132 4C 1C
Octal 175 21 162 0 126 11 63 462 114 34
Binary 1111101 10001 1110010 0 1010110 1001 110011 100110010 1001100 11100

Color Harmonies of #7D1172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1172

Black with #7D1172

Text Example


Text Example

White with #7D1172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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