Html Css Color HEX #7C387E Eminence

📋 copy color: '#7C387E'

red 124 ◦ green 56 ◦ blue 126

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

Shades of Eminence #7C387E

Tints of Eminence #7C387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.3%

 BLUE value IS 126 (49.61% from 255) = 41.18%

R = 40.52%
G = 18.3%
B = 41.18%

CMYK

 C value IS 0.02

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7C387E (or 0x7C387E) is known color: Eminence. HEX triplet: 7C, 38 and 7E. RGB value is (124,56,126). Sum of RGB (Red+Green+Blue) = 124+56+126=306 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.52% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 126 (49.61% from 255 or 41.18% from 306); Max value from RGB is 126 - color contains mainly: blue. Hex color #7C387E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C387E is #83C781. Grayscale: #545454. Windows color (decimal): -8636290 or 8271996. OLE color: 8271996.

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

Color convert

RGB 124 56 126 -
CMYK 0.02 0.56 0 0.51
HSL 298.29º 0.38% 0.36% -
HSV(B) 298.29º 0.56% 0.49% -
XYZ 13.49 8.62 20.69 -
YUV 84.31 151.53 156.31 -
System Red Green Blue C M Y K H S L
Decimal 124 56 126 0.02 0.56 0 0.51 298.29 0.38 0.36
Hex 7C 38 7E 2 38 0 33 12A 26 24
Octal 174 70 176 2 70 0 63 452 46 44
Binary 1111100 111000 1111110 10 111000 0 110011 100101010 100110 100100

Color Harmonies of #7C387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C387E

Black with #7C387E

Text Example


Text Example

White with #7C387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,56,126); }

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

background-color css

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

 a { background-color: rgb(124,56,126); }

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

border-color css

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

 span { border-color: rgb(124,56,126); }

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