Html Css Color HEX #7D3674 Eminence

📋 copy color: '#7D3674'

red 125 ◦ green 54 ◦ blue 116

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

Shades of Eminence #7D3674

Tints of Eminence #7D3674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 39.32%

R = 42.37%
G = 18.31%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7D3674 (or 0x7D3674) is known color: Eminence. HEX triplet: 7D, 36 and 74. RGB value is (125,54,116). Sum of RGB (Red+Green+Blue) = 125+54+116=295 (39% of max value = 765). Red value is 125 (49.22% from 255 or 42.37% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 116 (45.70% from 255 or 39.32% from 295); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3674 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3674 is #82C98B. Grayscale: #525252. Windows color (decimal): -8571276 or 7616125. OLE color: 7616125.

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

Color convert

RGB 125 54 116 -
CMYK 0 0.57 0.07 0.51
HSL 307.61º 0.4% 0.35% -
HSV(B) 307.61º 0.57% 0.49% -
XYZ 12.93 8.26 17.44 -
YUV 82.3 147.02 158.46 -
System Red Green Blue C M Y K H S L
Decimal 125 54 116 0 0.57 0.07 0.51 307.61 0.4 0.35
Hex 7D 36 74 0 39 7 33 134 28 23
Octal 175 66 164 0 71 7 63 464 50 43
Binary 1111101 110110 1110100 0 111001 111 110011 100110100 101000 100011

Color Harmonies of #7D3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3674

Black with #7D3674

Text Example


Text Example

White with #7D3674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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