Html Css Color HEX #7C4173 Eminence

📋 copy color: '#7C4173'

red 124 ◦ green 65 ◦ blue 115

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

Shades of Eminence #7C4173

Tints of Eminence #7C4173

RGB

 RED value IS 124 (48.83% from 255) = 40.79%

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

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 40.79%
G = 21.38%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#7C4173 (or 0x7C4173) is known color: Eminence. HEX triplet: 7C, 41 and 73. RGB value is (124,65,115). Sum of RGB (Red+Green+Blue) = 124+65+115=304 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.79% from 304); Green value is 65 (25.78% from 255 or 21.38% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C4173 is #83BE8C. Grayscale: #585858. Windows color (decimal): -8633997 or 7553404. OLE color: 7553404.

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

Color convert

RGB 124 65 115 -
CMYK 0 0.48 0.07 0.51
HSL 309.15º 0.31% 0.37% -
HSV(B) 309.15º 0.48% 0.49% -
XYZ 13.3 9.3 17.31 -
YUV 88.34 143.05 153.43 -
System Red Green Blue C M Y K H S L
Decimal 124 65 115 0 0.48 0.07 0.51 309.15 0.31 0.37
Hex 7C 41 73 0 30 7 33 135 1F 25
Octal 174 101 163 0 60 7 63 465 37 45
Binary 1111100 1000001 1110011 0 110000 111 110011 100110101 11111 100101

Color Harmonies of #7C4173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4173

Black with #7C4173

Text Example


Text Example

White with #7C4173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,65,115); }

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

background-color css

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

 a { background-color: rgb(124,65,115); }

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

border-color css

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

 span { border-color: rgb(124,65,115); }

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