Html Css Color HEX #7D3776 Eminence

📋 copy color: '#7D3776'

red 125 ◦ green 55 ◦ blue 118

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

Shades of Eminence #7D3776

Tints of Eminence #7D3776

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.46%

 BLUE value IS 118 (46.48% from 255) = 39.6%

R = 41.95%
G = 18.46%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#7D3776 (or 0x7D3776) is known color: Eminence. HEX triplet: 7D, 37 and 76. RGB value is (125,55,118). Sum of RGB (Red+Green+Blue) = 125+55+118=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 118 (46.48% from 255 or 39.60% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3776 is #82C889. Grayscale: #525252. Windows color (decimal): -8571018 or 7747453. OLE color: 7747453.

HSL color Cylindrical-coordinate representation of color #7D3776: hue angle of 306º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D3776 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 55 118 -
CMYK 0 0.56 0.06 0.51
HSL 306º 0.39% 0.35% -
HSV(B) 306º 0.56% 0.49% -
XYZ 13.09 8.4 18.07 -
YUV 83.11 147.69 157.88 -
System Red Green Blue C M Y K H S L
Decimal 125 55 118 0 0.56 0.06 0.51 306 0.39 0.35
Hex 7D 37 76 0 38 6 33 132 27 23
Octal 175 67 166 0 70 6 63 462 47 43
Binary 1111101 110111 1110110 0 111000 110 110011 100110010 100111 100011

Color Harmonies of #7D3776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3776

Black with #7D3776

Text Example


Text Example

White with #7D3776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,55,118); }

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

background-color css

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

 a { background-color: rgb(125,55,118); }

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

border-color css

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

 span { border-color: rgb(125,55,118); }

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