Html Css Color HEX #7C3771 Eminence

📋 copy color: '#7C3771'

red 124 ◦ green 55 ◦ blue 113

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

Shades of Eminence #7C3771

Tints of Eminence #7C3771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 38.7%

R = 42.47%
G = 18.84%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#7C3771 (or 0x7C3771) is known color: Eminence. HEX triplet: 7C, 37 and 71. RGB value is (124,55,113). Sum of RGB (Red+Green+Blue) = 124+55+113=292 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.47% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3771 is #83C88E. Grayscale: #525252. Windows color (decimal): -8636559 or 7419772. OLE color: 7419772.

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

Color convert

RGB 124 55 113 -
CMYK 0 0.56 0.09 0.51
HSL 309.57º 0.39% 0.35% -
HSV(B) 309.57º 0.56% 0.49% -
XYZ 12.66 8.21 16.54 -
YUV 82.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 124 55 113 0 0.56 0.09 0.51 309.57 0.39 0.35
Hex 7C 37 71 0 38 9 33 136 27 23
Octal 174 67 161 0 70 11 63 466 47 43
Binary 1111100 110111 1110001 0 111000 1001 110011 100110110 100111 100011

Color Harmonies of #7C3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3771

Black with #7C3771

Text Example


Text Example

White with #7C3771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,55,113); }

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

background-color css

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

 a { background-color: rgb(124,55,113); }

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

border-color css

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

 span { border-color: rgb(124,55,113); }

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