Html Css Color HEX #7D1079 Purple

📋 copy color: '#7D1079'

red 125 ◦ green 16 ◦ blue 121

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

Shades of Purple #7D1079

Tints of Purple #7D1079

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 47.71%
G = 6.11%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D1079 (or 0x7D1079) is known color: Purple. HEX triplet: 7D, 10 and 79. RGB value is (125,16,121). Sum of RGB (Red+Green+Blue) = 125+16+121=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1079 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1079 is #82EF86. Grayscale: #3C3C3C. Windows color (decimal): -8580999 or 7934077. OLE color: 7934077.

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

Color convert

RGB 125 16 121 -
CMYK 0 0.87 0.03 0.51
HSL 302.2º 0.77% 0.28% -
HSV(B) 302.2º 0.87% 0.49% -
XYZ 12.09 6.11 18.63 -
YUV 60.56 162.11 173.96 -
System Red Green Blue C M Y K H S L
Decimal 125 16 121 0 0.87 0.03 0.51 302.2 0.77 0.28
Hex 7D 10 79 0 57 3 33 12E 4D 1C
Octal 175 20 171 0 127 3 63 456 115 34
Binary 1111101 10000 1111001 0 1010111 11 110011 100101110 1001101 11100

Color Harmonies of #7D1079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1079

Black with #7D1079

Text Example


Text Example

White with #7D1079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,16,121); }

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

background-color css

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

 a { background-color: rgb(125,16,121); }

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

border-color css

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

 span { border-color: rgb(125,16,121); }

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