Html Css Color HEX #7B4175 Eminence

📋 copy color: '#7B4175'

red 123 ◦ green 65 ◦ blue 117

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

Shades of Eminence #7B4175

Tints of Eminence #7B4175

RGB

 RED value IS 123 (48.44% from 255) = 40.33%

 GREEN value IS 65 (25.78% from 255) = 21.31%

 BLUE value IS 117 (46.09% from 255) = 38.36%

R = 40.33%
G = 21.31%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B4175 (or 0x7B4175) is known color: Eminence. HEX triplet: 7B, 41 and 75. RGB value is (123,65,117). Sum of RGB (Red+Green+Blue) = 123+65+117=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4175 is #84BE8A. Grayscale: #585858. Windows color (decimal): -8699531 or 7684475. OLE color: 7684475.

HSL color Cylindrical-coordinate representation of color #7B4175: hue angle of 306.21º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B4175 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 65 117 -
CMYK 0 0.47 0.05 0.52
HSL 306.21º 0.31% 0.37% -
HSV(B) 306.21º 0.47% 0.48% -
XYZ 13.27 9.28 17.92 -
YUV 88.27 144.22 152.77 -
System Red Green Blue C M Y K H S L
Decimal 123 65 117 0 0.47 0.05 0.52 306.21 0.31 0.37
Hex 7B 41 75 0 2F 5 34 132 1F 25
Octal 173 101 165 0 57 5 64 462 37 45
Binary 1111011 1000001 1110101 0 101111 101 110100 100110010 11111 100101

Color Harmonies of #7B4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B4175

Black with #7B4175

Text Example


Text Example

White with #7B4175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,65,117); }

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

background-color css

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

 a { background-color: rgb(123,65,117); }

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

border-color css

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

 span { border-color: rgb(123,65,117); }

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