Html Css Color HEX #7D3679 Eminence

📋 copy color: '#7D3679'

red 125 ◦ green 54 ◦ blue 121

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

Shades of Eminence #7D3679

Tints of Eminence #7D3679

RGB

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

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

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

R = 41.67%
G = 18%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.03

 K value IS 0.51

RGB Variations

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

Color information

#7D3679 (or 0x7D3679) is known color: Eminence. HEX triplet: 7D, 36 and 79. RGB value is (125,54,121). Sum of RGB (Red+Green+Blue) = 125+54+121=300 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.67% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3679 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3679 is #82C986. Grayscale: #525252. Windows color (decimal): -8571271 or 7943805. OLE color: 7943805.

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

Color convert

RGB 125 54 121 -
CMYK 0 0.57 0.03 0.51
HSL 303.38º 0.4% 0.35% -
HSV(B) 303.38º 0.57% 0.49% -
XYZ 13.23 8.38 19.01 -
YUV 82.87 149.52 158.05 -
System Red Green Blue C M Y K H S L
Decimal 125 54 121 0 0.57 0.03 0.51 303.38 0.4 0.35
Hex 7D 36 79 0 39 3 33 12F 28 23
Octal 175 66 171 0 71 3 63 457 50 43
Binary 1111101 110110 1111001 0 111001 11 110011 100101111 101000 100011

Color Harmonies of #7D3679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3679

Black with #7D3679

Text Example


Text Example

White with #7D3679

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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