Html Css Color HEX #7C3F77 Eminence

📋 copy color: '#7C3F77'

red 124 ◦ green 63 ◦ blue 119

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

Shades of Eminence #7C3F77

Tints of Eminence #7C3F77

RGB

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

 GREEN value IS 63 (25% from 255) = 20.59%

 BLUE value IS 119 (46.88% from 255) = 38.89%

R = 40.52%
G = 20.59%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.04

 K value IS 0.51

RGB Variations

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

Color information

#7C3F77 (or 0x7C3F77) is known color: Eminence. HEX triplet: 7C, 3F and 77. RGB value is (124,63,119). Sum of RGB (Red+Green+Blue) = 124+63+119=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3F77 is #83C088. Grayscale: #575757. Windows color (decimal): -8634505 or 7815036. OLE color: 7815036.

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

Color convert

RGB 124 63 119 -
CMYK 0 0.49 0.04 0.51
HSL 304.92º 0.33% 0.37% -
HSV(B) 304.92º 0.49% 0.49% -
XYZ 13.42 9.17 18.52 -
YUV 87.62 145.71 153.95 -
System Red Green Blue C M Y K H S L
Decimal 124 63 119 0 0.49 0.04 0.51 304.92 0.33 0.37
Hex 7C 3F 77 0 31 4 33 131 21 25
Octal 174 77 167 0 61 4 63 461 41 45
Binary 1111100 111111 1110111 0 110001 100 110011 100110001 100001 100101

Color Harmonies of #7C3F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3F77

Black with #7C3F77

Text Example


Text Example

White with #7C3F77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,63,119); }

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

background-color css

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

 a { background-color: rgb(124,63,119); }

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

border-color css

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

 span { border-color: rgb(124,63,119); }

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