Html Css Color HEX #7B437F Eminence

📋 copy color: '#7B437F'

red 123 ◦ green 67 ◦ blue 127

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

Shades of Eminence #7B437F

Tints of Eminence #7B437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.14%

 BLUE value IS 127 (50% from 255) = 40.06%

R = 38.8%
G = 21.14%
B = 40.06%

CMYK

 C value IS 0.03

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B437F (or 0x7B437F) is known color: Eminence. HEX triplet: 7B, 43 and 7F. RGB value is (123,67,127). Sum of RGB (Red+Green+Blue) = 123+67+127=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 67 (26.56% from 255 or 21.14% from 317); Blue value is 127 (50% from 255 or 40.06% from 317); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B437F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B437F is #84BC80. Grayscale: #5A5A5A. Windows color (decimal): -8699009 or 8340347. OLE color: 8340347.

HSL color Cylindrical-coordinate representation of color #7B437F: hue angle of 296º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7B437F is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 67 127 -
CMYK 0.03 0.47 0 0.50
HSL 296º 0.31% 0.38% -
HSV(B) 296º 0.47% 0.5% -
XYZ 14.01 9.76 21.22 -
YUV 90.58 148.55 151.12 -
System Red Green Blue C M Y K H S L
Decimal 123 67 127 0.03 0.47 0 0.50 296 0.31 0.38
Hex 7B 43 7F 3 2F 0 32 128 1F 26
Octal 173 103 177 3 57 0 62 450 37 46
Binary 1111011 1000011 1111111 11 101111 0 110010 100101000 11111 100110

Color Harmonies of #7B437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B437F

Black with #7B437F

Text Example


Text Example

White with #7B437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,67,127); }

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

background-color css

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

 a { background-color: rgb(123,67,127); }

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

border-color css

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

 span { border-color: rgb(123,67,127); }

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